rename dirs to match deployed ns

This commit is contained in:
2026-01-03 09:08:59 +02:00
parent 9b678b7ab5
commit 6bdfdaed5f
3 changed files with 3 additions and 3 deletions

View File

@@ -2,17 +2,17 @@
apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
kind: Application kind: Application
metadata: metadata:
name: rabbitmq-operator name: rabbitmq-system
namespace: argocd namespace: argocd
spec: spec:
project: k-space.ee project: k-space.ee
source: source:
repoURL: 'git@git.k-space.ee:k-space/kube.git' repoURL: 'git@git.k-space.ee:k-space/kube.git'
path: rabbitmq-operator path: rabbitmq-system
targetRevision: HEAD targetRevision: HEAD
destination: destination:
server: 'https://kubernetes.default.svc' server: 'https://kubernetes.default.svc'
namespace: rabbitmq-operator namespace: rabbitmq-system
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true