rename dirs to match deployed ns
This commit is contained in:
@@ -2,17 +2,17 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: rabbitmq-operator
|
||||
name: rabbitmq-system
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: k-space.ee
|
||||
source:
|
||||
repoURL: 'git@git.k-space.ee:k-space/kube.git'
|
||||
path: rabbitmq-operator
|
||||
path: rabbitmq-system
|
||||
targetRevision: HEAD
|
||||
destination:
|
||||
server: 'https://kubernetes.default.svc'
|
||||
namespace: rabbitmq-operator
|
||||
namespace: rabbitmq-system
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
Reference in New Issue
Block a user