core-deployments/thanos/kustomization.yaml
Tom Neuber e00cc2d4dd
Some checks failed
ci/woodpecker/push/yamllint Pipeline failed
fix typos and file layout for yamllint
2024-10-07 09:19:54 +02:00

12 lines
263 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
generators:
- ./secret-generator.yaml
resources:
- ./0-namespace.yaml
- ./1-service-account.yaml
- ./3-querier.yaml
- ./4-storegateway.yaml
- ./5-compactor.yaml
- ./6-receiver.yaml