Skip to content

Commit

Permalink
fix(notify-push): deployment image and pullSecret
Browse files Browse the repository at this point in the history
  • Loading branch information
wrenix committed Jun 18, 2024
1 parent 7bb1bb9 commit 6acfe33
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions charts/nextcloud/templates/notify_push/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@ spec:
containers:
- name: notify-push
{{- with .Values.notifyPush.image }}
image: "{{ coalesce $.Values.global.image.registry .registry }}/{{ .repository }}:{{ .tag }}"
imagePullPolicy: {{ coalesce $.Values.global.image.pullPolicy .pullPolicy }}
image: "{{ .registry }}/{{ .repository }}:{{ .tag }}"
imagePullPolicy: {{ .pullPolicy }}
{{- end }}
imagePullPolicy: {{ .Values.metrics.image.pullPolicy }}
env:
- name: PORT
value: "7867"
Expand Down

0 comments on commit 6acfe33

Please sign in to comment.