From ba5629485d43f3af62c5203df78f7695d7c67f39 Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Sun, 7 Jul 2024 17:54:46 -0400 Subject: [PATCH] rm ingress from kust --- cluster/apps/staging/authentik/authentik/kustomization.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cluster/apps/staging/authentik/authentik/kustomization.yaml b/cluster/apps/staging/authentik/authentik/kustomization.yaml index a2474c6..ca92507 100644 --- a/cluster/apps/staging/authentik/authentik/kustomization.yaml +++ b/cluster/apps/staging/authentik/authentik/kustomization.yaml @@ -2,5 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - helmrelease.yaml - - ingress.yaml \ No newline at end of file + - helmrelease.yaml \ No newline at end of file