From 90ae3a29b7687f3b9e5ff63609aeaebee78e48f7 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 9 May 2022 14:52:42 +0200 Subject: [PATCH] Fixed typo --- 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 0341493..68afc8a 100644 --- a/clank/platform/traefik/kustomization.yaml +++ b/clank/platform/traefik/kustomization.yaml @@ -3,4 +3,4 @@ kind: Kustomization namespace: traefik resources: - helm-chart-config.traefik.yaml - - kustomization.yaml + - ingress.yaml