Skip to content

Commit

Permalink
fix: upgrade pod pullSecrets indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
antoninguyot committed Aug 16, 2024
1 parent 61f26f7 commit 149bd72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
- name: stream-upgrade
image: {{ include "common.images.image" (dict "imageRoot" .Values.upgrade.image "global" .Values.global) }}
imagePullPolicy: {{ .Values.upgrade.image.pullPolicy | default "IfNotPresent" | quote }}
{{- include "common.images.renderPullSecrets" (dict "images" (list .Values.upgrade.image) "context" $) | nindent 5 }}
{{- include "common.images.renderPullSecrets" (dict "images" (list .Values.upgrade.image) "context" $) | nindent 10 }}
args: [
"-y",
"-m", "$(MONGODB_URI)",
Expand All @@ -26,4 +26,4 @@ spec:
key: {{ include "common.secrets.key" (dict "existingSecret" .Values.externalDatabase.secretKey "key" "mongoUri") }}
restartPolicy: Never
backoffLimit: 0
{{- end }}
{{- end }}

0 comments on commit 149bd72

Please sign in to comment.