From f86082455eb67cd8bedde1b5c146a5f59ee155e5 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Wed, 11 May 2022 11:35:20 +0200 Subject: [PATCH] Remove release from plan --- clank/platform/traefik/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clank/platform/traefik/kustomization.yaml b/clank/platform/traefik/kustomization.yaml index f9fc711..f988085 100644 --- a/clank/platform/traefik/kustomization.yaml +++ b/clank/platform/traefik/kustomization.yaml @@ -1,7 +1,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - release.yaml + # - release.yaml - traefik.values.yaml - ingress.yaml