fix(heal): Add podAnnotations to statefulset and deployment templates (#3831)

This commit is contained in:
Rokton
2026-06-25 03:39:11 +02:00
committed by GitHub
parent e6f04bed47
commit 758677dafe
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -33,6 +33,10 @@ spec:
{{- with .Values.podLabels }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.podAnnotations }}
annotations:
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
serviceAccountName: {{ include "rustfs.serviceAccountName" . }}
{{- with include "chart.imagePullSecrets" . }}
+4
View File
@@ -27,6 +27,10 @@ spec:
{{- with .Values.podLabels }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.podAnnotations }}
annotations:
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
serviceAccountName: {{ include "rustfs.serviceAccountName" . }}
enableServiceLinks: {{ .Values.enableServiceLinks }}