mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-28 16:07:05 +00:00
fix(heal): Add podAnnotations to statefulset and deployment templates (#3831)
This commit is contained in:
@@ -33,6 +33,10 @@ spec:
|
|||||||
{{- with .Values.podLabels }}
|
{{- with .Values.podLabels }}
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- with .Values.podAnnotations }}
|
||||||
|
annotations:
|
||||||
|
{{- toYaml . | nindent 8 }}
|
||||||
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
serviceAccountName: {{ include "rustfs.serviceAccountName" . }}
|
serviceAccountName: {{ include "rustfs.serviceAccountName" . }}
|
||||||
{{- with include "chart.imagePullSecrets" . }}
|
{{- with include "chart.imagePullSecrets" . }}
|
||||||
|
|||||||
@@ -27,6 +27,10 @@ spec:
|
|||||||
{{- with .Values.podLabels }}
|
{{- with .Values.podLabels }}
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- with .Values.podAnnotations }}
|
||||||
|
annotations:
|
||||||
|
{{- toYaml . | nindent 8 }}
|
||||||
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
serviceAccountName: {{ include "rustfs.serviceAccountName" . }}
|
serviceAccountName: {{ include "rustfs.serviceAccountName" . }}
|
||||||
enableServiceLinks: {{ .Values.enableServiceLinks }}
|
enableServiceLinks: {{ .Values.enableServiceLinks }}
|
||||||
|
|||||||
Reference in New Issue
Block a user