We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47c5901 commit 63ec414Copy full SHA for 63ec414
charts/pulsar-resources-operator/templates/deployment.yaml
@@ -18,6 +18,10 @@ kind: Deployment
18
metadata:
19
name: {{ include "pulsar-resources-operator.fullname" . }}
20
namespace: {{ include "pulsar-resources-operator.namespace" .}}
21
+ {{- with .Values.annotations }}
22
+ annotations:
23
+ {{- toYaml . | nindent 4 }}
24
+ {{- end }}
25
labels:
26
{{- include "pulsar-resources-operator.labels" . | nindent 4 }}
27
{{- with .Values.labels }}
charts/pulsar-resources-operator/values.yaml
@@ -66,6 +66,9 @@ serviceAccount:
66
# -- Add labels for the deployment
67
labels: {}
68
69
+# -- Add annotations for the deployment
70
+annotations: {}
71
+
72
# -- Add annotations for the deployment pod
73
podAnnotations: {}
74
0 commit comments