Skip to content

Commit

Permalink
Add default (empty) values for automountServiceAccountToken flags
Browse files Browse the repository at this point in the history
  • Loading branch information
gilles-gosuin committed Oct 24, 2023
1 parent 9602a82 commit fa0e184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/external-dns/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ commonLabels: {}

serviceAccount:
# opt out of the service account token automounting (at the service account level)
# automountServiceAccountToken: false
automountServiceAccountToken:

# Specifies whether a service account should be created
create: true
Expand Down Expand Up @@ -198,4 +198,4 @@ deploymentStrategy:
type: Recreate

# opt out of the service account token automounting (at the pod level)
# automountServiceAccountToken: false
automountServiceAccountToken: false

0 comments on commit fa0e184

Please sign in to comment.