From e43eaebaac54ffe325e093ba9adafe7d20fe58a7 Mon Sep 17 00:00:00 2001 From: Tyler Marques Date: Sun, 9 Jun 2024 17:40:49 -0400 Subject: [PATCH] Forgot to add the ingressroutes to resources :/ Signed-off-by: Tyler Marques --- manifests/dev/kustomization.yaml | 1 + manifests/production/kustomization.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/manifests/dev/kustomization.yaml b/manifests/dev/kustomization.yaml index a0e6ae1..bd3879a 100644 --- a/manifests/dev/kustomization.yaml +++ b/manifests/dev/kustomization.yaml @@ -1,5 +1,6 @@ resources: - ./../base + - ./ingress.yaml namePrefix: dev- namespace: u-the-bomb-com-dev images: diff --git a/manifests/production/kustomization.yaml b/manifests/production/kustomization.yaml index ede178b..a9b3d07 100644 --- a/manifests/production/kustomization.yaml +++ b/manifests/production/kustomization.yaml @@ -1,5 +1,6 @@ resources: - ./../base + - ./ingress.yaml namePrefix: prod- namespace: u-the-bomb-com-prod images: