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: charts/external-dns/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ The following table lists the configurable parameters of the _ExternalDNS_ chart
32
32
|`serviceAccount.annotations`| Annotations to add to the service account. |`{}`|
33
33
|`serviceAccount.labels`| Labels to add to the service account. |`{}`|
34
34
|`serviceAccount.name`| Service account to be used. If not set and `serviceAccount.create` is `true`, a name is generated using the full name template. |`""`|
35
-
|`serviceAccount.automountServiceAccountToken`| Opt out of the [service account token automounting feature](https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#opt-out-of-api-credential-automounting) for the service account |_see values.yaml_|
35
+
|`serviceAccount.automountServiceAccountToken`| Opt out of the [service account token automounting feature](https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#opt-out-of-api-credential-automounting) for the service account |`null`|
36
36
|`rbac.create`| If `true`, create the RBAC resources. |`true`|
37
37
|`rbac.additionalPermissions`| Additional permissions to be added to the cluster role. |`{}`|
38
38
|`initContainers`| Add init containers to the pod. |`[]`|
@@ -85,7 +85,7 @@ The following table lists the configurable parameters of the _ExternalDNS_ chart
85
85
|`secretConfiguration.mountPath`| Mount path of secret configuration secret (this can be templated). |`""`|
86
86
|`secretConfiguration.data`| Secret configuration secret data. Could be used to store DNS provider credentials. |`{}`|
87
87
|`secretConfiguration.subPath`| Sub-path of secret configuration secret (this can be templated). |`""`|
88
-
|`automountServiceAccountToken`| Opt out of the [service account token automounting feature](https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#opt-out-of-api-credential-automounting) for the pod |_see values.yaml_|
88
+
|`automountServiceAccountToken`| Opt out of the [service account token automounting feature](https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#opt-out-of-api-credential-automounting) for the pod |`null`|
0 commit comments