Skip to content

Commit

Permalink
extra space from bad paste
Browse files Browse the repository at this point in the history
  • Loading branch information
gniltaws committed Nov 21, 2024
1 parent 070be81 commit f137ade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
image: {{ $.Values.installPlanApproverAndVerifyJobsImage }}
{{- if $.Values.installPlanApproverAndVerifyJobsImagePullSecret }}
imagePullSecrets:
- {{ $.Values. installPlanApproverAndVerifyJobsImagePullSecret }}
- {{ $.Values.installPlanApproverAndVerifyJobsImagePullSecret }}
{{- end }}
command: ["/bin/sh","-c"]
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
image: {{ $.Values.installPlanApproverAndVerifyJobsImage }}
{{- if $.Values.installPlanApproverAndVerifyJobsImagePullSecret }}
imagePullSecrets:
- {{ $.Values. installPlanApproverAndVerifyJobsImagePullSecret }}
- {{ $.Values.installPlanApproverAndVerifyJobsImagePullSecret }}
{{- end }}
command: ["/bin/sh","-c"]
args:
Expand Down

0 comments on commit f137ade

Please sign in to comment.