initial git commit saving configs
This commit is contained in:
9
immich/immich-postgres/templates/postgres-secret.yaml
Normal file
9
immich/immich-postgres/templates/postgres-secret.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: {{ .Values.cluster.name }}-app
|
||||
type: kubernetes.io/basic-auth
|
||||
stringData:
|
||||
username: {{ .Values.database.user | quote }}
|
||||
password: {{ .Values.database.password | quote }}
|
||||
dbname: {{ .Values.database.name | quote }} # handy for Immich env, CNPG ignores this
|
||||
Reference in New Issue
Block a user