diff --git a/Sources/rabbitmq-operator/README.md b/Sources/rabbitmq-operator/README.md new file mode 100644 index 0000000..8a2bab0 --- /dev/null +++ b/Sources/rabbitmq-operator/README.md @@ -0,0 +1,6 @@ +# RabbitMQ cluster operator + +- Git: https://github.com/rabbitmq/cluster-operator +- HELM Chart: https://github.com/grafana/helm-charts/tree/main/charts/grafana + +There is no ARM supprt till https://github.com/rabbitmq/cluster-operator/issues/366 is resolved diff --git a/Sources/rabbitmq-operator/kustomization.yml b/Sources/rabbitmq-operator/kustomization.yml new file mode 100644 index 0000000..7b1746f --- /dev/null +++ b/Sources/rabbitmq-operator/kustomization.yml @@ -0,0 +1,11 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization + +namespace: rabbitmq + +resources: +- github.com/rabbitmq/cluster-operator/config/installation?ref=master + +- name: rabbitmqoperator/cluster-operator-dev + newName: rabbitmqoperator/cluster-operator + newTag: 0.46.0 diff --git a/manifests.sh b/manifests.sh index 581fe3c..c019cec 100755 --- a/manifests.sh +++ b/manifests.sh @@ -14,7 +14,7 @@ fi echo "Cleanup manifests folder" rm -rf manifests && mkdir manifests -manifests="cert-manager ingress-nginx metallb-system monitoring-system" +manifests="cert-manager ingress-nginx metallb-system monitoring-system rabbitmq-operator" for service_namespace in ${manifests} do