Skip to content

Commit

Permalink
Merge pull request #3558 from ericrrath/oci-provider-fix-docs
Browse files Browse the repository at this point in the history
Fix incorrect arg in Oracle OCI tutorial
  • Loading branch information
k8s-ci-robot authored Apr 20, 2023
2 parents eaabf71 + bdcdcd1 commit 5dfdf1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/oracle.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ E.g.:
Allow dynamic-group <dynamic-group-name> to manage dns in compartment id <target-compartment-OCID>
```

You'll also need to add the `--oci-instance-principals=true` flag to enable
You'll also need to add the `--oci-auth-instance-principal` flag to enable
this type of authentication. Finally, you'll need to add the
`--oci-compartment-ocid=ocid1.compartment.oc1...` flag to provide the OCID of
the compartment containing the zone to be managed.
Expand Down

0 comments on commit 5dfdf1c

Please sign in to comment.