github.com/caos/orbos@v1.5.14-0.20221103111702-e6cd0cea7ad4/dashboards/health/kustomization.yaml (about)

     1  apiVersion: kustomize.config.k8s.io/v1beta1
     2  kind: Kustomization
     3  
     4  namespace: caos-system
     5  
     6  configMapGenerator:
     7  - name: grafana-dashboard-cluster-health
     8    files:
     9    - json/cluster-health.json
    10  - name: grafana-dashboard-instance-health
    11    files:
    12    - json/instance-health.json
    13  - name: grafana-dashboard-probes-health
    14    files:
    15      - json/probes-health.json
    16  
    17  generatorOptions:
    18   disableNameSuffixHash: true