mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-22 04:16:38 +00:00
fix(heal): bind service account to sts and deployment (#3513)
This commit is contained in:
@@ -34,6 +34,7 @@ spec:
|
|||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
|
serviceAccountName: {{ include "rustfs.serviceAccountName" . }}
|
||||||
{{- with include "chart.imagePullSecrets" . }}
|
{{- with include "chart.imagePullSecrets" . }}
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
{{- . | nindent 8 }}
|
{{- . | nindent 8 }}
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ spec:
|
|||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
|
serviceAccountName: {{ include "rustfs.serviceAccountName" . }}
|
||||||
enableServiceLinks: {{ .Values.enableServiceLinks }}
|
enableServiceLinks: {{ .Values.enableServiceLinks }}
|
||||||
{{- with include "chart.imagePullSecrets" . }}
|
{{- with include "chart.imagePullSecrets" . }}
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
|
|||||||
Reference in New Issue
Block a user