theshire/kubernetes/apps/observability/smartctl-exporter/app/kustomization.yaml
2024-10-27 19:18:15 -05:00

19 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