deleted: monitoring/base/alloy/kustomization.yaml

modified:   monitoring/overlays/complete-stack/kustomization.yaml
This commit is contained in:
Márcio Fernandes
2026-09-13 14:23:10 +00:00
parent ccd3888829
commit 9afdf5bcb0
2 changed files with 2 additions and 8 deletions
-7
View File
@@ -1,7 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- node-scraper
- kube-scraper
generatorOptions:
disableNameSuffixHash: true
@@ -4,7 +4,8 @@ namespace: monitoring
resources: resources:
- grafana-helm-repo.yaml - grafana-helm-repo.yaml
- prometheus-helm-repo.yaml - prometheus-helm-repo.yaml
- ../../base/alloy - ../../base/alloy/kube-scraper
- ../../base/alloy/node-scraper
- ../../base/kube-state-metrics - ../../base/kube-state-metrics
generatorOptions: generatorOptions:
disableNameSuffixHash: true disableNameSuffixHash: true