Compare commits
No commits in common. "1df0aff16e712fc5e5225eff6159c818619c7a06" and "b96a568c4df4b48520716a523ae89b497d5b39a5" have entirely different histories.
1df0aff16e
...
b96a568c4d
4 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: work-rabbitmq-system
|
||||
namespace: rabbitmq-system
|
||||
resources:
|
||||
- ../upstream/cluster-operator
|
||||
- ../upstream/message-topology-operator
|
||||
|
|
|
|||
|
|
@ -5,4 +5,4 @@ metadata:
|
|||
app.kubernetes.io/component: rabbitmq-operator
|
||||
app.kubernetes.io/name: rabbitmq-system
|
||||
app.kubernetes.io/part-of: rabbitmq
|
||||
name: work-rabbitmq-system
|
||||
name: rabbitmq-system
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"appName": "rabbitmq-cluster",
|
||||
"userGivenName": "rabbitmq-cluster",
|
||||
"destNamespace": "work-rabbitmq-system",
|
||||
"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",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ spec:
|
|||
kind: "*"
|
||||
description: playground for work projects
|
||||
destinations:
|
||||
- namespace: "work-*"
|
||||
- namespace: "work"
|
||||
server: "*"
|
||||
namespaceResourceWhitelist:
|
||||
- group: "*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue