mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Remove quotes pw secret
This commit is contained in:
@@ -18,13 +18,13 @@ spec:
|
|||||||
port: 5432
|
port: 5432
|
||||||
name: ente_db
|
name: ente_db
|
||||||
user: pguser
|
user: pguser
|
||||||
password: "{{ .pgpass }}"
|
password: {{ .pgpass }}
|
||||||
|
|
||||||
s3:
|
s3:
|
||||||
are_local_buckets: false
|
are_local_buckets: false
|
||||||
ente-photos:
|
ente-photos:
|
||||||
key: ente-photos-user
|
key: ente-photos-user
|
||||||
secret: "{{ .entepass }}"
|
secret: {{ .entepass }}
|
||||||
endpoint: minio.hensen.io:3200
|
endpoint: minio.hensen.io:3200
|
||||||
region: nl
|
region: nl
|
||||||
bucket: ente-photos
|
bucket: ente-photos
|
||||||
|
|||||||
Reference in New Issue
Block a user