From 00c8c715fc99768148562262606c1768f3894507 Mon Sep 17 00:00:00 2001 From: see Date: Fri, 20 May 2022 10:57:37 +0200 Subject: [PATCH] fixed traefik.yaml --- .../provs/server/infrastructure/k3s/traefik.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/org/domaindrivenarchitecture/provs/server/infrastructure/k3s/traefik.yaml b/src/main/resources/org/domaindrivenarchitecture/provs/server/infrastructure/k3s/traefik.yaml index 52cad06..6d1ddef 100644 --- a/src/main/resources/org/domaindrivenarchitecture/provs/server/infrastructure/k3s/traefik.yaml +++ b/src/main/resources/org/domaindrivenarchitecture/provs/server/infrastructure/k3s/traefik.yaml @@ -16,7 +16,7 @@ metadata: spec: chart: https://%{KUBERNETES_API}%/static/charts/traefik-10.19.300.tgz set: - global.systemDefaultRegistry: "%{SYSTEM_DEFAULT_REGISTRY_RAW}%" + global.systemDefaultRegistry: "" valuesContent: |- rbac: enabled: true