Skip to content

Commit

Permalink
convert s3 pvc appset in mastodon to use a valuesObject
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed May 1, 2024
1 parent b51c94d commit 3eab92b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mastodon/small-hack/app_of_apps/s3_pvc_appset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
path: s3_persistence_and_backups/
targetRevision: main
helm:
values: |
valuesObject:
provider: "{{ .mastodon_s3_provider }}"
pvc_capacity: "{{ .mastodon_s3_pvc_capacity }}"

Expand All @@ -54,8 +54,8 @@ spec:
backup_type: "s3"

s3:
bucket: {{ .mastodon_s3_backup_bucket }}
endpoint: {{ .mastodon_s3_backup_endpoint }}
bucket: '{{ .mastodon_s3_backup_bucket }}'
endpoint: '{{ .mastodon_s3_backup_endpoint }}'
accessKeyIDSecretRef:
name: 'backups-s3-credentials'
key: 'accessKey'
Expand Down

0 comments on commit 3eab92b

Please sign in to comment.