mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 08:18:18 +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 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
serviceAccountName: {{ include "rustfs.serviceAccountName" . }}
|
||||
{{- with include "chart.imagePullSecrets" . }}
|
||||
imagePullSecrets:
|
||||
{{- . | nindent 8 }}
|
||||
|
||||
@@ -28,6 +28,7 @@ spec:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
serviceAccountName: {{ include "rustfs.serviceAccountName" . }}
|
||||
enableServiceLinks: {{ .Values.enableServiceLinks }}
|
||||
{{- with include "chart.imagePullSecrets" . }}
|
||||
imagePullSecrets:
|
||||
|
||||
Reference in New Issue
Block a user