From 45e6d3190fb593c0015f04b4ea817ba2ae26368a Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Thu, 25 Jul 2024 10:30:31 +1000 Subject: [PATCH] direct expose renovate port --- infrastructures/renovate/env/k3s-cluster/kustomization.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/infrastructures/renovate/env/k3s-cluster/kustomization.yaml b/infrastructures/renovate/env/k3s-cluster/kustomization.yaml index 3ea3085..a227ac4 100644 --- a/infrastructures/renovate/env/k3s-cluster/kustomization.yaml +++ b/infrastructures/renovate/env/k3s-cluster/kustomization.yaml @@ -1,5 +1,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - ../../base - - ./ingress.yaml \ No newline at end of file + - ../../base \ No newline at end of file