This repository has been archived on 2024-02-11. You can view files and clone it, but cannot push or open issues or pull requests.
valinor/archive/fediverse/mastodon/add-ons/dashboard/kustomization.yaml

15 lines
392 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: fediverse
configMapGenerator:
# Ref: https://grafana.com/grafana/dashboards/17492
- name: mastodon-dashboard
files:
- mastodon-stats_rev5.json
generatorOptions:
disableNameSuffixHash: true
annotations:
kustomize.toolkit.fluxcd.io/substitute: disabled
labels:
grafana_dashboard: "true"