Files
foundation/controllers/kube-prometheus-stack/kustomization.yaml
Dreaded_X c6bda78366
Some checks failed
kustomization/dragonfly-operator/5c1f7af0 reconciliation succeeded
kustomization/flux-system/5c1f7af0 reconciliation succeeded
kustomization/kube-prometheus-stack/5c1f7af0 health check failed
feat: Added kube-prometheus-stack
2025-12-24 03:54:02 +01:00

23 lines
420 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- helm-repository.yaml
- helm-release.yaml
- dragonfly.yaml
configurations:
- name-reference.yaml
configMapGenerator:
- name: values-base
namespace: monitoring
files:
- values.yaml
secretGenerator:
- name: grafana-ldap-toml
namespace: monitoring
files:
- ldap-toml=grafana-ldap.toml