Skip to content

Commit

Permalink
remove : from vcn and subnet for oci-ccm
Browse files Browse the repository at this point in the history
  • Loading branch information
bgraef committed May 19, 2024
1 parent b9f97f2 commit 6577d34
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 6577d34

Please sign in to comment.