k3s-configs/infra/monitoring/kustomization.yaml

19 lines
390 B
YAML
Raw Normal View History

2024-01-18 20:43:36 +00:00
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
generatorOptions:
disableNameSuffixHash: true
namespace: monitoring
resources:
- namespace.yaml
2024-04-03 20:23:09 +00:00
generators:
- ./secret-generator.yaml
2024-01-18 20:43:36 +00:00
helmCharts:
2024-04-27 14:53:40 +00:00
- name: k8s-monitoring
releaseName: grafana-k8s-monitoring
version: 1.0.12
2024-04-27 14:53:40 +00:00
repo: https://grafana.github.io/helm-charts
2024-01-18 20:43:36 +00:00
namespace: monitoring
valuesFile: values.yaml