mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-24 08:31:47 +00:00
Merge pull request #2862 from bplasmeijer/bugs/monitoring-configmap-in-wrong-namespace
Put the dashboard configmap in the right namespace for monitoring
This commit is contained in:
commit
cdf5bf3c9e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
namespace: flux-system
|
namespace: monitoring
|
||||||
resources:
|
resources:
|
||||||
- podmonitor.yaml
|
- podmonitor.yaml
|
||||||
configMapGenerator:
|
configMapGenerator:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue