Add WF_ENCRYPTION_KEY to mbgwp wordpress

This commit is contained in:
Ruben Hensen
2026-05-18 22:12:45 +02:00
parent 8aef769e78
commit 790d7d6f32
2 changed files with 10 additions and 1 deletions
+5
View File
@@ -41,6 +41,11 @@ spec:
secretKeyRef:
name: mbgwp-mariadb-credentials
key: password
- name: WF_ENCRYPTION_KEY
valueFrom:
secretKeyRef:
name: wordpress-credentials
key: wf-encryption-key
# WordPress specific settings
settings:
+5 -1
View File
@@ -19,4 +19,8 @@ spec:
- secretKey: smtp-password
remoteRef:
key: kv/mbgwp
property: smtp-password
property: smtp-password
- secretKey: wf-encryption-key
remoteRef:
key: kv/mbgwp
property: wf-encryption-key