Skip to content

Commit

Permalink
Adding the registryCaBundleConfig's parameter to crossplane to import…
Browse files Browse the repository at this point in the history
… the registry private CA registry

Signed-off-by: Charles Moulliard <[email protected]>
  • Loading branch information
cmoulliard committed Apr 20, 2023
1 parent 1baeef2 commit 1c5fcf8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/tap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,11 @@ ootb_supply_chain_basic: # Based on supply_chain set above, can be changed to oo
gitops:
ssh_secret: "" # Takes "" as value by default; but can be overridden
crossplane:
registryCaBundleConfig: |
EOF
generate_ca_cert_data_yaml >> ${TANZU_TEMP_DIR}/tap-values.yml
cat << EOF >> ${TANZU_TEMP_DIR}/tap-values.yml
#cnrs:
# domain_name: "$VM_IP.sslip.io"
# provider: local
Expand Down

0 comments on commit 1c5fcf8

Please sign in to comment.