[Git][root/k8s/fluxcd][main] fix(matrix): escaping

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