k3s-configs/infra/monitoring/kustomization.yaml

19 lines
389 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
generatorOptions:
disableNameSuffixHash: true
namespace: monitoring
resources:
- namespace.yaml
generators:
- ./secret-generator.yaml
helmCharts:
- name: k8s-monitoring
releaseName: grafana-k8s-monitoring
version: 1.0.3
repo: https://grafana.github.io/helm-charts
namespace: monitoring
valuesFile: values.yaml