Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
Signed-off-by: Sébastien Chabrolles <s.chabrolles@fr.ibm.com>
  • Loading branch information
schabrolles committed Jul 3, 2024
1 parent 11a7972 commit 237911b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/cpd-install-pipeline/templates/olm-utilstask.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,17 @@ spec:
- name: "install-options"
mountPath: /tmp/install-options/install-options.yml
subPath: install-options.yml
{{ if eq .Values.private_registry "" }}
- name: "airgap-secret"
mountPath: /opt/ansible/private-registry.json
subPath: .dockerconfigjson
{{ end }}
volumes:
- name: "install-options"
configMap:
name: "$(params.CP-INSTALL-OPTIONS)"
{{ if ne .Values.private_registry "" }}
- name: "airgap-secret"
secret:
secretName: $(params.AIRGAP-SECRET)
{{ end }}

0 comments on commit 237911b

Please sign in to comment.