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 7bb1bb9 commit 6acfe33Copy full SHA for 6acfe33
charts/nextcloud/templates/notify_push/deployment.yaml
@@ -38,10 +38,9 @@ spec:
38
containers:
39
- name: notify-push
40
{{- with .Values.notifyPush.image }}
41
- image: "{{ coalesce $.Values.global.image.registry .registry }}/{{ .repository }}:{{ .tag }}"
42
- imagePullPolicy: {{ coalesce $.Values.global.image.pullPolicy .pullPolicy }}
+ image: "{{ .registry }}/{{ .repository }}:{{ .tag }}"
+ imagePullPolicy: {{ .pullPolicy }}
43
{{- end }}
44
- imagePullPolicy: {{ .Values.metrics.image.pullPolicy }}
45
env:
46
- name: PORT
47
value: "7867"
0 commit comments