fix: only run busynix in staging

This commit is contained in:
Jonas Juselius
2024-06-19 12:01:38 +02:00
parent 05295eafe7
commit 423d6c7a63
+3 -3
View File
@@ -7,9 +7,9 @@ spec:
generators: generators:
- list: - list:
elements: elements:
- cluster: https://kubernetes.default.svc # - cluster: https://kubernetes.default.svc
env: prod # env: prod
hostname: busynix.srv.oceanbox.io # hostname: busynix.srv.oceanbox.io
- cluster: https://staging-vcluster.staging-vcluster - cluster: https://staging-vcluster.staging-vcluster
env: staging env: staging
hostname: busynix.beta.oceanbox.io hostname: busynix.beta.oceanbox.io