mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-16 18:02:55 +02:00
Add WF_ENCRYPTION_KEY to mbgwp wordpress
This commit is contained in:
@@ -41,6 +41,11 @@ spec:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: mbgwp-mariadb-credentials
|
name: mbgwp-mariadb-credentials
|
||||||
key: password
|
key: password
|
||||||
|
- name: WF_ENCRYPTION_KEY
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: wordpress-credentials
|
||||||
|
key: wf-encryption-key
|
||||||
|
|
||||||
# WordPress specific settings
|
# WordPress specific settings
|
||||||
settings:
|
settings:
|
||||||
|
|||||||
@@ -19,4 +19,8 @@ spec:
|
|||||||
- secretKey: smtp-password
|
- secretKey: smtp-password
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: kv/mbgwp
|
key: kv/mbgwp
|
||||||
property: smtp-password
|
property: smtp-password
|
||||||
|
- secretKey: wf-encryption-key
|
||||||
|
remoteRef:
|
||||||
|
key: kv/mbgwp
|
||||||
|
property: wf-encryption-key
|
||||||
Reference in New Issue
Block a user