fix(plume): Deploy plume to ekman via oceanbox
This commit is contained in:
@@ -36,5 +36,5 @@ pkgs.mkShellNoCC {
|
|||||||
kubectl-neat
|
kubectl-neat
|
||||||
];
|
];
|
||||||
|
|
||||||
ARGOCD_ENV_CLUSTER_NAME = "ekman";
|
ARGOCD_ENV_CLUSTER_NAME = "oceanbox";
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
destination:
|
destination:
|
||||||
namespace: {{ . }}-plume
|
namespace: {{ . }}-plume
|
||||||
server: https://kubernetes.default.svc
|
server: https://10.255.241.99:4443
|
||||||
project: plume
|
project: plume
|
||||||
sources:
|
sources:
|
||||||
- repoURL: https://gitlab.com/oceanbox/manifests.git
|
- repoURL: https://gitlab.com/oceanbox/manifests.git
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
plume:
|
||||||
|
enabled: true
|
||||||
|
envs:
|
||||||
|
- staging
|
||||||
Reference in New Issue
Block a user