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 beca505 commit 9904131Copy full SHA for 9904131
deploy/helm/listener-operator/templates/controller-deployment.yaml
@@ -12,10 +12,11 @@ spec:
12
{{- include "operator.selectorLabels" . | nindent 6 }}
13
template:
14
metadata:
15
- {{- with .Values.podAnnotations }}
16
annotations:
+ internal.stackable.tech/image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
17
+ {{- with .Values.podAnnotations }}
18
{{- toYaml . | nindent 8 }}
- {{- end }}
19
+ {{- end }}
20
labels:
21
app.kubernetes.io/role: controller
22
{{- include "operator.selectorLabels" . | nindent 8 }}
0 commit comments