Files
kube/argocd/applications/rabbitmq-operator.yaml
2026-01-03 07:48:51 +02:00

21 lines
439 B
YAML

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