Skip to content

Commit

Permalink
fix: update comment for automount property
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Cogswell <kcogswell26@gmail.com>
  • Loading branch information
Kyle Cogswell committed Nov 14, 2024
1 parent bd13438 commit 285f4a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/argo-rollouts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ 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: ""
# -- Specifies wether a service account should be automounted
# -- Automount API credentials for the Service Account into the pod.
automount: false

# -- Annotations to be added to all CRDs
Expand Down Expand Up @@ -386,7 +386,7 @@ dashboard:
# -- The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""
# -- Specifies wether a service account should be automounted
# -- Automount API credentials for the Service Account into the pod.
automount: false

## Configure Pod Disruption Budget for the dashboard
Expand Down

0 comments on commit 285f4a2

Please sign in to comment.