chore(work): testing rabbitmq operator deployment
RabbitMQ has two operators. Their docs claim you have to install the first, spin up a cluster, _then_ add the other operator. I'm testing installing both operators at once.
This commit is contained in:
parent
ef7e4fb7d1
commit
b96a568c4d
8 changed files with 68 additions and 0 deletions
11
apps/rabbitmq-operators/overlays/work/config.json
Normal file
11
apps/rabbitmq-operators/overlays/work/config.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"appName": "rabbitmq-cluster",
|
||||
"userGivenName": "rabbitmq-cluster",
|
||||
"destNamespace": "rabbitmq-system",
|
||||
"destServer": "https://kubernetes.default.svc",
|
||||
"srcPath": "apps/rabbitmq-cluster/overlays/work",
|
||||
"srcRepoURL": "ssh://git@gitea-ssh.gitops.svc.cluster.local:2222/davad/argo.git",
|
||||
"srcTargetRevision": "",
|
||||
"labels": null,
|
||||
"annotations": null
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue