diff --git a/argocd/applications/rabbitmq-operator.yaml b/argocd/applications/rabbitmq-operator.yaml new file mode 100644 index 0000000..b3a3aa8 --- /dev/null +++ b/argocd/applications/rabbitmq-operator.yaml @@ -0,0 +1,20 @@ +--- +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 diff --git a/rabbitmq-operator/kustomization.yaml b/rabbitmq-operator/kustomization.yaml new file mode 100644 index 0000000..71895a1 --- /dev/null +++ b/rabbitmq-operator/kustomization.yaml @@ -0,0 +1,5 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization + +resources: +- https://github.com/rabbitmq/cluster-operator/releases/download/v2.9.0/cluster-operator.yml