Skip to content

Commit

Permalink
fix: upgrade job - pullSecrets indentation (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcRiiad authored Sep 13, 2024
1 parent 927cf74 commit 18079bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
spec:
template:
spec:
{{- include "common.images.renderPullSecrets" (dict "images" (list .Values.upgrade.image) "context" $) | nindent 6 }}
containers:
- name: stream-upgrade
image: {{ include "common.images.image" (dict "imageRoot" .Values.upgrade.image "global" .Values.global) }}
Expand Down

0 comments on commit 18079bc

Please sign in to comment.