mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 01:26:59 +02:00
Fix incorrect arg in Oracle OCI tutorial
The recently-added support for Oracle's OCI IAM instance principal authentication included an incorrect arg name in the change to the Oracle tutorial. This changes the tutorial to specify the correct arg name. Thanks to joe.rosinski@oracle.com for spotting the problem.
This commit is contained in:
parent
eaabf715fe
commit
bdcdcd1e25
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user