We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 035c13a + ce06a0d commit 31c8947Copy full SHA for 31c8947
charts/ext-postgres-operator/templates/operator.yaml
@@ -5,6 +5,10 @@ metadata:
5
labels:
6
{{- include "chart.labels" . | nindent 4 }}
7
namespace: {{ .Release.Namespace }}
8
+ {{- with .Values.deploymentAnnotations }}
9
+ annotations:
10
+ {{- toYaml . | nindent 4 }}
11
+ {{- end }}
12
spec:
13
replicas: {{ .Values.replicaCount }}
14
selector:
charts/ext-postgres-operator/values.yaml
@@ -22,6 +22,8 @@ serviceAccount:
22
# If not set and create is true, a name is generated using the fullname template
23
name: ""
24
25
+deploymentAnnotations: {}
26
+
27
podAnnotations: {}
28
29
# Additionnal labels to add to the pod.
0 commit comments