diff --git a/charts/operators-installer/templates/Job_installplan-approver.yaml b/charts/operators-installer/templates/Job_installplan-approver.yaml index c0e570a7..99358c32 100644 --- a/charts/operators-installer/templates/Job_installplan-approver.yaml +++ b/charts/operators-installer/templates/Job_installplan-approver.yaml @@ -30,7 +30,7 @@ spec: image: {{ $.Values.installPlanApproverAndVerifyJobsImage }} {{- if $.Values.installPlanApproverAndVerifyJobsImagePullSecret }} imagePullSecrets: - - {{ $.Values. installPlanApproverAndVerifyJobsImagePullSecret }} + - {{ $.Values.installPlanApproverAndVerifyJobsImagePullSecret }} {{- end }} command: ["/bin/sh","-c"] args: diff --git a/charts/operators-installer/templates/Job_installplan-complete-verifier.yaml b/charts/operators-installer/templates/Job_installplan-complete-verifier.yaml index 08fc2532..80a07277 100644 --- a/charts/operators-installer/templates/Job_installplan-complete-verifier.yaml +++ b/charts/operators-installer/templates/Job_installplan-complete-verifier.yaml @@ -29,7 +29,7 @@ spec: image: {{ $.Values.installPlanApproverAndVerifyJobsImage }} {{- if $.Values.installPlanApproverAndVerifyJobsImagePullSecret }} imagePullSecrets: - - {{ $.Values. installPlanApproverAndVerifyJobsImagePullSecret }} + - {{ $.Values.installPlanApproverAndVerifyJobsImagePullSecret }} {{- end }} command: ["/bin/sh","-c"] args: