We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e63ede commit 1b4c83bCopy full SHA for 1b4c83b
templates/job-operator.yaml
@@ -12,6 +12,10 @@ metadata:
12
spec:
13
template:
14
metadata:
15
+ {{- with .Values.podAnnotations }}
16
+ annotations:
17
+ {{- toYaml . | nindent 8 }}
18
+ {{- end }}
19
labels:
20
app.kubernetes.io/component: operator
21
values.yaml
@@ -73,7 +73,7 @@ serviceAccount:
73
## -- If not set and create is true, a name is generated using the fullname template.
74
name: ""
75
76
-## -- Annotations for the Pod.
+## -- Annotations for both the server and operator Pods.
77
podAnnotations: {}
78
## -- Labels for the Pod.
79
podLabels: {}
0 commit comments