[Git][root/k8s/fluxcd][main] fix(matrixtest): object with string, not string

MarcusVRP pushed to branch main at Root / Kubernetes / FluxCD Commits: 780357cc by marcusvrp at 2025-07-31T21:42:28-03:00 fix(matrixtest): object with string, not string - - - - - 1 changed file: - apps/base/matrixtest/helmrelease.yaml Changes: ===================================== apps/base/matrixtest/helmrelease.yaml ===================================== @@ -23,9 +23,10 @@ spec: ingress: host: matrixauth.k8sstage.c3sl.ufpr.br additional: - button-text: | - label: "Continue with DInf/C3SL" - button_text: "Continue with DInf/C3SL" + button-text: + config: | + label: "Continue with DInf/C3SL" + button_text: "Continue with DInf/C3SL" oidc-config: configSecret: matrix configSecretKey: masOidcConfig View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/780357cca66932544170740... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/780357cca66932544170740... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.
participantes (1)
-
MarcusVRP (@mvreisdoefer)