Skip to content

Commit 84d154c

Browse files
committed
Correct default values for SA token autoumounting in the Helm chart's README
1 parent 8c0ca55 commit 84d154c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/external-dns/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The following table lists the configurable parameters of the _ExternalDNS_ chart
3232
| `serviceAccount.annotations` | Annotations to add to the service account. | `{}` |
3333
| `serviceAccount.labels` | Labels to add to the service account. | `{}` |
3434
| `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` |
3636
| `rbac.create` | If `true`, create the RBAC resources. | `true` |
3737
| `rbac.additionalPermissions` | Additional permissions to be added to the cluster role. | `{}` |
3838
| `initContainers` | Add init containers to the pod. | `[]` |
@@ -85,7 +85,7 @@ The following table lists the configurable parameters of the _ExternalDNS_ chart
8585
| `secretConfiguration.mountPath` | Mount path of secret configuration secret (this can be templated). | `""` |
8686
| `secretConfiguration.data` | Secret configuration secret data. Could be used to store DNS provider credentials. | `{}` |
8787
| `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` |
8989

9090
## Namespaced scoped installation
9191

0 commit comments

Comments
 (0)