Skip to content

Commit

Permalink
skip SA creation on default, use chart fullname
Browse files Browse the repository at this point in the history
  • Loading branch information
segfault16 committed Sep 5, 2024
1 parent 9b6e866 commit 37271df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-plain/files/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ probes:

serviceAccount:
# Specifies whether a service account should be created
create: true
create: false
# Annotations to add to the service account
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: "default"
# name: "default"

podAnnotations: {}

Expand Down

0 comments on commit 37271df

Please sign in to comment.