This commit is contained in:
2026-04-27 17:40:05 +02:00
parent df73c4bdc0
commit 03c75fc4cd
2 changed files with 7 additions and 0 deletions

View File

@@ -3,3 +3,4 @@ kind: Kustomization
resources:
- musicman.yaml
- musicman-credentials.yaml
- ns.yaml

View File

@@ -0,0 +1,6 @@
apiVersion: v1
kind: Namespace
metadata:
name: monitoring
annotations:
argocd.argoproj.io/sync-wave: "-1"