Skip to content

Commit

Permalink
fix: podmonitor flux missing the namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
brokenpip3 committed Sep 1, 2024
1 parent 82bbf3f commit 1c48db9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion clusters/private-contabo/apps-utils-kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ spec:
prune: true
dependsOn:
- name: infra
- name: apps
7 changes: 7 additions & 0 deletions infra/prometheus/prom-crds/podmonitor-flux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,11 @@ spec:
sourceRef:
kind: GitRepository
name: flux2-upstream
patches:
- patch: |-
metadata:
namespace: flux-system
target:
kind: PodMonitor
name: flux-system
...

0 comments on commit 1c48db9

Please sign in to comment.