Skip to content
Snippets Groups Projects
Unverified Commit af10aefa authored by Varac's avatar Varac
Browse files

Dont install podMonitor together with kube-stack-prometheus

parent d98db6c2
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,6 @@ resources:
- eventrouter-values-configmap.yaml
- kube-prometheus-stack-release.yaml
- kube-prometheus-stack-values-configmap.yaml
- kube-prometheus-stack-flux-podmonitor.yaml
- loki-configmap.yaml
- loki-release.yaml
- loki-values-configmap.yaml
......
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
kind: Kustomization
metadata:
name: monitoring-config
namespace: flux-system
spec:
interval: 1h
dependsOn:
- name: monitoring
sourceRef:
kind: GitRepository
name: openappstack
path: ./flux2/config/monitoring
prune: true
validation: client
# Additional Stackspin configuration
This directory holds resources that depend on custom CRDs installed by other
apps, i.e. the `podMonitor` CRD installed by `kube-stack-prometheus`.
They can't be installed by the same `kustomization` which installs the CRDs.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment