You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: bitnami/external-dns/README.md
+2
Original file line number
Diff line number
Diff line change
@@ -262,6 +262,8 @@ helm install my-release \
262
262
|`oci.privateKeyFingerprint`| When using the OCI provider, put in the fingerprint of your privateKey |`""`|
263
263
|`oci.privateKeyPassphrase`| When using the OCI provider and your privateKey has a passphrase, put it in here. (optional) |`""`|
264
264
|`oci.secretName`| When using the OCI provider, it's the name of the secret containing `oci.yaml` file. |`""`|
265
+
|`oci.useInstancePrincipal`| When using the OCI provider, enable IAM Instance Principal |`false`|
266
+
|`oci.useWorkloadIdentity`| When using the OCI provider, enable IAM Workload Identity |`false`|
265
267
|`ovh.consumerKey`| When using the OVH provider, specify the existing consumer key. (required when provider=ovh and `ovh.secretName` is not provided.) |`""`|
266
268
|`ovh.applicationKey`| When using the OVH provider with an existing application, specify the application key. (required when provider=ovh and `ovh.secretName` is not provided.) |`""`|
267
269
|`ovh.applicationSecret`| When using the OVH provider with an existing application, specify the application secret. (required when provider=ovh and `ovh.secretName` is not provided.) |`""`|
0 commit comments