Fernando K pushed to branch main at Root / Kubernetes / FluxCD
Commits:
-
50af7397
by Fernando Monteiro Kiotheka at 2025-08-01T12:50:25-03:00
1 changed file:
Changes:
... | ... | @@ -104,4 +104,9 @@ spec: |
104 | 104 | valuesFrom:
|
105 | 105 | - kind: ConfigMap
|
106 | 106 | name: element-web-configuration
|
107 | - targetPath: elementWeb.additional |
|
107 | + valuesKey: config.json
|
|
108 | + targetPath: elementWeb.additional.'config.json'
|
|
109 | + - kind: ConfigMap
|
|
110 | + name: element-web-configuration
|
|
111 | + valuesKey: themes-config.json
|
|
112 | + targetPath: elementWeb.additional.'themes-config.json' |