Skip to content

Commit

Permalink
Merge pull request #15 from bgraef/main
Browse files Browse the repository at this point in the history
remove : from vcn and subnet for oci-ccm
  • Loading branch information
bgraef authored May 20, 2024
2 parents b9f97f2 + 6577d34 commit 594ce2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ocne/provision-oci-ccm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
olcnectl module create --environment-name myenvironment --module oci-ccm --name myoci --oci-ccm-kubernetes-module mycluster \
--oci-use-instance-principals true \
--oci-compartment {{ my_compartment_id }} \
--oci-vcn: {{ my_vcn_id }} \
--oci-lb-subnet1: {{ my_subnet_id }}
--oci-vcn {{ my_vcn_id }} \
--oci-lb-subnet1 {{ my_subnet_id }}
olcnectl module install --environment-name myenvironment --name myoci
args:
Expand Down

0 comments on commit 594ce2e

Please sign in to comment.