Skip to content

Commit

Permalink
fix: added account creation in values (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoL96 authored Jan 28, 2025
1 parent 0b0b33a commit bb1f5c2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,17 @@ tolerations: []

affinity: {}

# This section builds out the service account more information can be found here: https://kubernetes.io/docs/concepts/security/service-accounts/
serviceAccount:
annotations: {}
# Specifies whether a service account should be created
create: true
# Automatically mount a ServiceAccount's API credentials?
automount: true
# 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: ""

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit bb1f5c2

Please sign in to comment.