Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyev committed Nov 6, 2024
1 parent 5db56d6 commit 03e191e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
12 changes: 7 additions & 5 deletions applicationsets/prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ spec:
repoURL: https://prometheus-community.github.io/helm-charts
targetRevision: 65.8.0
chart: kube-prometheus-stack
helm:
parameters:
- name: createNamespace
value: "true"
releaseName: prometheus
values: |
persistence:
Expand All @@ -40,4 +36,10 @@ spec:
automated:
prune: true
selfHeal: true

hooks:
- type: PreSync
manifest: |
apiVersion: v1
kind: Namespace
metadata:
name: '{{namespace}}'
8 changes: 7 additions & 1 deletion applicationsets/rabbitmq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,10 @@ spec:
automated:
prune: true
selfHeal: true

hooks:
- type: PreSync
manifest: |
apiVersion: v1
kind: Namespace
metadata:
name: '{{namespace}}'

0 comments on commit 03e191e

Please # to comment.