File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1515 labels :
1616 app.kubernetes.io/name : {{ include "postgresql-operator.name" . }}
1717 app.kubernetes.io/instance : {{ .Release.Name }}
18+ annotations :
19+ {{- toYaml .Values.podAnnotations | nindent 8 }}
1820 spec :
1921 serviceAccountName : {{ include "postgresql-operator.serviceAccountName" . }}
2022 {{- with .Values.imagePullSecrets }}
Original file line number Diff line number Diff line change @@ -5,5 +5,6 @@ metadata:
55 name : {{ template "postgresql-operator.serviceAccountName" . }}
66 labels :
77{{ include "postgresql-operator.labels" . | indent 4 }}
8-
8+ annotations :
9+ {{- toYaml .Values.serviceAccount.annotations | nindent 4 }}
910{{- end }}
Original file line number Diff line number Diff line change 99# # Service account name and whether to create it
1010serviceAccount :
1111 create : true
12+ annotations : {}
1213 name :
1314
1415# # Let it empty to watch all namespaces
@@ -77,6 +78,8 @@ tolerations: []
7778
7879affinity : {}
7980
81+ podAnnotations : {}
82+
8083grafanaDashboards :
8184 enabled : false
8285 labels :
You can’t perform that action at this time.
0 commit comments