Use full secret paths.

This commit is contained in:
2025-08-04 13:57:52 -07:00
parent 22537da98e
commit 5ca8c010e5
17 changed files with 95 additions and 47 deletions

View File

@@ -27,7 +27,7 @@ spec:
valueFrom:
secretKeyRef:
name: mysql-secrets
key: rootPassword
key: apps.mysql.rootPassword
- name: DB_HOSTNAME
value: "{{ .apps.ghost.dbHost }}"
- name: DB_PORT
@@ -40,5 +40,5 @@ spec:
valueFrom:
secretKeyRef:
name: ghost-secrets
key: dbPassword
key: apps.ghost.dbPassword
restartPolicy: OnFailure