[Git][root/k8s/fluxcd][main] fix(monitoring): move es before helmrelease

yyvf22 pushed to branch main at Root / Kubernetes / FluxCD Commits: 3d1023a2 by yyvf at 2025-08-08T07:49:05-03:00 fix(monitoring): move es before helmrelease - - - - - 1 changed file: - monitoring/base/kube-prometheus-stack/kustomization.yaml Changes: ===================================== monitoring/base/kube-prometheus-stack/kustomization.yaml ===================================== @@ -2,6 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ns.yaml + - es.yaml - helmrepo.yaml - helmrelease.yaml - - es.yaml View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/3d1023a26f1570cc98374fc... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/3d1023a26f1570cc98374fc... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.
participantes (1)
-
yyvf22 (@yyvf22)