From 695dd29e9e175c40c15fc9cd89fcf163fd99c30c Mon Sep 17 00:00:00 2001 From: LordMathis Date: Thu, 19 Sep 2024 20:42:20 +0200 Subject: [PATCH] Add patchesStrategicMerge to traefik --- infrastructure/prod/traefik/kustomization.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/infrastructure/prod/traefik/kustomization.yaml b/infrastructure/prod/traefik/kustomization.yaml index bb941d7..16c65e2 100644 --- a/infrastructure/prod/traefik/kustomization.yaml +++ b/infrastructure/prod/traefik/kustomization.yaml @@ -2,10 +2,13 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ../../base/traefik - - traefik-values.yaml + - release.yaml configMapGenerator: - name: traefik-prod-values namespace: traefik files: - - values.yaml \ No newline at end of file + - values.yaml + +patchesStrategicMerge: + - release.yaml \ No newline at end of file