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.12 repo: https://grafana.github.io/helm-charts namespace: monitoring valuesFile: values.yaml