20 lines
546 B
YAML
20 lines
546 B
YAML
|
---
|
||
|
# yaml-language-server: $schema=https://json.schemastore.org/kustomization
|
||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
kind: Kustomization
|
||
|
resources:
|
||
|
- ./helmrelease.yaml
|
||
|
- ./prometheusrule.yaml
|
||
|
configMapGenerator:
|
||
|
- name: smartctl-exporter-dashboard
|
||
|
files:
|
||
|
- ./resources/blesswinsamuel_smartctl.json
|
||
|
- ./resources/smartctl_exporter.json
|
||
|
options:
|
||
|
annotations:
|
||
|
kustomize.toolkit.fluxcd.io/substitute: disabled
|
||
|
labels:
|
||
|
grafana_dashboard: "1"
|
||
|
generatorOptions:
|
||
|
disableNameSuffixHash: true
|