Skip to content

Commit 6acfe33

Browse files
committed
fix(notify-push): deployment image and pullSecret
1 parent 7bb1bb9 commit 6acfe33

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

charts/nextcloud/templates/notify_push/deployment.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,9 @@ spec:
3838
containers:
3939
- name: notify-push
4040
{{- with .Values.notifyPush.image }}
41-
image: "{{ coalesce $.Values.global.image.registry .registry }}/{{ .repository }}:{{ .tag }}"
42-
imagePullPolicy: {{ coalesce $.Values.global.image.pullPolicy .pullPolicy }}
41+
image: "{{ .registry }}/{{ .repository }}:{{ .tag }}"
42+
imagePullPolicy: {{ .pullPolicy }}
4343
{{- end }}
44-
imagePullPolicy: {{ .Values.metrics.image.pullPolicy }}
4544
env:
4645
- name: PORT
4746
value: "7867"

0 commit comments

Comments
 (0)