From ffe9a28fdab9aa928f7af25fe8637542d0fb1646 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Wed, 12 Nov 2025 13:44:41 -0600 Subject: [PATCH] actually deploy it to the right cluster --- clusters/{ontime-dev => ontime-dev-doks}/configs/gateway.yaml | 0 clusters/ontime-dev-doks/configs/kustomization.yaml | 1 + clusters/ontime-dev/configs/kustomization.yaml | 1 - 3 files changed, 1 insertion(+), 1 deletion(-) rename clusters/{ontime-dev => ontime-dev-doks}/configs/gateway.yaml (100%) diff --git a/clusters/ontime-dev/configs/gateway.yaml b/clusters/ontime-dev-doks/configs/gateway.yaml similarity index 100% rename from clusters/ontime-dev/configs/gateway.yaml rename to clusters/ontime-dev-doks/configs/gateway.yaml diff --git a/clusters/ontime-dev-doks/configs/kustomization.yaml b/clusters/ontime-dev-doks/configs/kustomization.yaml index d95b52b..8718b70 100644 --- a/clusters/ontime-dev-doks/configs/kustomization.yaml +++ b/clusters/ontime-dev-doks/configs/kustomization.yaml @@ -2,4 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - cluster-issuer.yaml + - gateway.yaml - storageclass.yaml \ No newline at end of file diff --git a/clusters/ontime-dev/configs/kustomization.yaml b/clusters/ontime-dev/configs/kustomization.yaml index 8718b70..d95b52b 100644 --- a/clusters/ontime-dev/configs/kustomization.yaml +++ b/clusters/ontime-dev/configs/kustomization.yaml @@ -2,5 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - cluster-issuer.yaml - - gateway.yaml - storageclass.yaml \ No newline at end of file