Skip to content

Commit

Permalink
Nest automountServiceAccountToken under serviceAccount. Add comments …
Browse files Browse the repository at this point in the history
…to enhance clarity.
  • Loading branch information
elijah authored Apr 8, 2024
1 parent f6b9793 commit f4dce39
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions charts/yet-another-cloudwatch-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ serviceAccount:
# -- The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""

automountServiceAccountToken: true
# This defaults to "true" so that YACE tries to automount ServiceAccountTokens by default
# You may want to set this to false in your environment to pass security policies. Otherwise,
# the default will probably be fine.
automountServiceAccountToken: true

podAnnotations: {}

Expand Down

0 comments on commit f4dce39

Please sign in to comment.