feat: Added kube-prometheus-stack
Some checks failed
kustomization/flux-system/5c1f7af0 reconciliation succeeded
kustomization/dragonfly-operator/5c1f7af0 reconciliation succeeded
kustomization/kube-prometheus-stack/5c1f7af0 reconciliation failed
Some checks failed
kustomization/flux-system/5c1f7af0 reconciliation succeeded
kustomization/dragonfly-operator/5c1f7af0 reconciliation succeeded
kustomization/kube-prometheus-stack/5c1f7af0 reconciliation failed
This commit is contained in:
21
controllers/kube-prometheus-stack/kustomization.yaml
Normal file
21
controllers/kube-prometheus-stack/kustomization.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
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
|
||||
files:
|
||||
- ldap-toml=grafana-ldap.toml
|
||||
Reference in New Issue
Block a user