Skip to content

Commit

Permalink
fix: set the automount default to false
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 7638a3b commit bd13438
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 @@ -230,7 +230,7 @@ serviceAccount:
# 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: true
automount: false

# -- Annotations to be added to all CRDs
crdAnnotations: {}
Expand Down Expand Up @@ -387,7 +387,7 @@ dashboard:
# 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: true
automount: false

## Configure Pod Disruption Budget for the dashboard
pdb:
Expand Down

0 comments on commit bd13438

Please sign in to comment.