Skip to content

Commit

Permalink
support for imagepullsecret
Browse files Browse the repository at this point in the history
  • Loading branch information
gniltaws committed Dec 13, 2024
1 parent 6010cf5 commit 5d4e609
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ spec:
containers:
- name: installplan-approver
image: {{ $.Values.installPlanApproverAndVerifyJobsImage }}
{{- if $.Values.installPlanApproverAndVerifyJobsImagePullSecret }}
imagePullSecrets:
- {{ $.Values. installPlanApproverAndVerifyJobsImagePullSecret }}
{{- end }}
command: ["/bin/sh","-c"]
args:
- >-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ spec:
containers:
- name: installplan-complete-verifier
image: {{ $.Values.installPlanApproverAndVerifyJobsImage }}
{{- if $.Values.installPlanApproverAndVerifyJobsImagePullSecret }}
imagePullSecrets:
- {{ $.Values. installPlanApproverAndVerifyJobsImagePullSecret }}
{{- end }}
command: ["/bin/sh","-c"]
args:
- >-
Expand Down

0 comments on commit 5d4e609

Please sign in to comment.