25 lines
504 B
YAML
25 lines
504 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: observability
|
|
|
|
resources:
|
|
- dashboard-sidecar-rbac.yaml
|
|
|
|
helmGlobals:
|
|
chartHome: .helm/charts
|
|
|
|
helmCharts:
|
|
- name: grafana
|
|
repo: https://grafana-community.github.io/helm-charts
|
|
version: 12.10.1
|
|
releaseName: grafana
|
|
namespace: observability
|
|
valuesFile: values/home.yaml
|
|
includeCRDs: false
|
|
skipTests: true
|
|
|
|
patches:
|
|
- path: ingress-class-patch.yaml
|
|
- path: dashboard-sidecar-token-patch.yaml
|