Skip to content

Commit

Permalink
Update values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocph authored Aug 21, 2023
1 parent b3b33a4 commit cb00d36
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions charts/static-site/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@ imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

serviceAccount:
# Specifies whether a service account should be created
create: 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: ""

podAnnotations: {}

podSecurityContext: {}
Expand Down Expand Up @@ -75,4 +66,4 @@ buildScript: |
chmod +x hugo
./hugo
builtAssets: public/
builtAssets: public/

0 comments on commit cb00d36

Please sign in to comment.