Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonysomerset committed Jan 14, 2025
1 parent b8704e6 commit 8bc1820
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ global:
image: puppet/r10k
tag: 3.15.2
imagePullPolicy: IfNotPresent

pgchecker:
image: docker.io/busybox
tag: 1.37
Expand Down Expand Up @@ -372,8 +372,8 @@ puppetserver:
## Replace ca-certificates.crt with your own CA bundle if needed
##
caConfigMap: ""
#ServiceAccount configuration - needed of using AKS Workload Identity default off to not change default

## ServiceAccount configuration - needed of using AKS Workload Identity default off to not change default
serviceAccount:
enabled: false
create: false
Expand All @@ -384,7 +384,7 @@ puppetserver:
restic:
keep_last: 90 # days
repository: "" # "s3:https://s3.minio.xx/backups/"
existingSecret: "" # to use this instead of the below
existingSecret: "" # to use this instead of the below
access_key_id: "" # s3 access key
secret_access_key: "" # s3 secret access key
password: "" # restic encryption password
Expand Down

0 comments on commit 8bc1820

Please sign in to comment.