Skip to content

Commit

Permalink
ROX-17723: Fix imagePullSecret value source (#1152)
Browse files Browse the repository at this point in the history
ROX-17723: fix imagePullSecret value source
  • Loading branch information
kurlov authored Jul 13, 2023
1 parent c611667 commit 05be2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dp-terraform/helm/rhacs-terraform/templates/_helpers.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- define "imagePullSecret" }}
{{- with .Values.imageCredentials }}
{{- with .Values.fleetshardSync.imageCredentials }}
{{- printf "{\"auths\":{\"%s\":{\"username\":\"%s\",\"password\":\"%s\",\"email\":\"%s\",\"auth\":\"%s\"}}}" .registry .username .password .email (printf "%s:%s" .username .password | b64enc) | b64enc }}
{{- end }}
{{- end }}

0 comments on commit 05be2d2

Please sign in to comment.