Use full secret paths.
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user