Skip to content

Commit 9904131

Browse files
authored
Add image annotation to controller deployment to fix Tilt (#143)
1 parent beca505 commit 9904131

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

deploy/helm/listener-operator/templates/controller-deployment.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ spec:
1212
{{- include "operator.selectorLabels" . | nindent 6 }}
1313
template:
1414
metadata:
15-
{{- with .Values.podAnnotations }}
1615
annotations:
16+
internal.stackable.tech/image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
17+
{{- with .Values.podAnnotations }}
1718
{{- toYaml . | nindent 8 }}
18-
{{- end }}
19+
{{- end }}
1920
labels:
2021
app.kubernetes.io/role: controller
2122
{{- include "operator.selectorLabels" . | nindent 8 }}

0 commit comments

Comments
 (0)