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.
1 parent 9496ee9 commit 6f5b06eCopy full SHA for 6f5b06e
charts/community-operator/templates/operator.yaml
@@ -21,6 +21,9 @@ spec:
21
metadata:
22
labels:
23
name: {{ .Values.operator.name }}
24
+ {{- with .Values.operator.podLabels }}
25
+ {{- toYaml . | nindent 8 }}
26
+ {{- end }}
27
spec:
28
{{- with .Values.imagePullSecrets }}
29
imagePullSecrets:
charts/community-operator/values.yaml
@@ -48,6 +48,9 @@ operator:
48
49
securityContext: {}
50
51
+ # Custom labels to be added to the operator pod
52
+ podLabels: {}
53
+
54
## Operator's database
55
database:
56
name: mongodb-database
0 commit comments