Skip to content

Commit

Permalink
update
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 8, 2024
1 parent 88dfa8c commit b9ec318
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/cpd-install-pipeline/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ if ne .Values.airgap.private_registry_secret "" }}
{{ if .Values.airgap.enabled }}
[ DISCONNECTED / AIRGAP ] Mode Setup.
-------------------------------------
/!\ YOU MUST CREATE YOUR PRIVATE REGISTRY SECRET /!\
Expand Down
4 changes: 2 additions & 2 deletions charts/cpd-install-pipeline/templates/olm-utilstask.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
- name: "install-options"
mountPath: /tmp/install-options/install-options.yml
subPath: install-options.yml
{{ if ne .Values.airgap.private_registry_secret "" }}
{{ if .Values.airgap.enabled }}
- name: "airgap-secret"
mountPath: /opt/ansible/private-registry.json
subPath: .dockerconfigjson
Expand All @@ -44,7 +44,7 @@ spec:
- name: "install-options"
configMap:
name: "$(params.CP-INSTALL-OPTIONS)"
{{ if ne .Values.airgap.private_registry_secret "" }}
{{ if .Values.airgap.enabled }}
- name: "airgap-secret"
secret:
secretName: $(params.AIRGAP-SECRET)
Expand Down

0 comments on commit b9ec318

Please sign in to comment.