Skip to content

Commit

Permalink
feat(monitoring): also supply the namespace to the kustomization file
Browse files Browse the repository at this point in the history
  • Loading branch information
dsluijk committed Dec 20, 2023
1 parent 69fc937 commit c8adbc3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions requirements/monitoring/kube-state-metrics/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- release.yaml
namespace: default
configMapGenerator:
- name: flux-kube-state-metrics-config
files:
Expand All @@ -12,3 +11,5 @@ configMapGenerator:
app.kubernetes.io/component: monitoring
configurations:
- kustomizeconfig.yaml
resources:
- release.yaml

0 comments on commit c8adbc3

Please sign in to comment.