Skip to content

Commit

Permalink
[monitoring] removed namespaced resources from Helm chart (kube-prom)
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberdev committed Dec 31, 2023
1 parent 97f4d4f commit 8f63d40
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions apps/monitoring/kube-prometheus/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ resources:
- prom-rule.yaml
- svc-monitor.yaml
- svc.yaml

namespace: monitoring

2 changes: 2 additions & 0 deletions apps/monitoring/kube-prometheus/crds/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ resources:

commonAnnotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true,ServerSideApply=true,Replace=true,Validate=false

namespace: monitoring
1 change: 0 additions & 1 deletion apps/monitoring/kube-prometheus/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ resources:
- crds/
- core.yaml

namespace: monitoring

0 comments on commit 8f63d40

Please sign in to comment.