[Git][root/k8s/fluxcd][main] fix(matrix): import each additional file individually

Fernando K pushed to branch main at Root / Kubernetes / FluxCD Commits: 50af7397 by Fernando Monteiro Kiotheka at 2025-08-01T12:50:25-03:00 fix(matrix): import each additional file individually - - - - - 1 changed file: - apps/base/matrix/helmrelease.yaml Changes: ===================================== apps/base/matrix/helmrelease.yaml ===================================== @@ -104,4 +104,9 @@ spec: valuesFrom: - kind: ConfigMap name: element-web-configuration - targetPath: elementWeb.additional + valuesKey: config.json + targetPath: elementWeb.additional.'config.json' + - kind: ConfigMap + name: element-web-configuration + valuesKey: themes-config.json + targetPath: elementWeb.additional.'themes-config.json' View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/50af7397f5a0a59eb6cec8c... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/50af7397f5a0a59eb6cec8c... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.
participantes (1)
-
Fernando K (@fmkiotheka)