From e2ca235f98801dcc35349612cac6a8becb9bcb8b Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Sun, 7 Apr 2024 12:11:40 +0200 Subject: [PATCH] traefik-pvc now named correctly --- .../overlay-external/patches/traefik-deployment-patch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/03-traefik/overlay-external/patches/traefik-deployment-patch.yaml b/infrastructure/03-traefik/overlay-external/patches/traefik-deployment-patch.yaml index e6fac46..14ad04f 100644 --- a/infrastructure/03-traefik/overlay-external/patches/traefik-deployment-patch.yaml +++ b/infrastructure/03-traefik/overlay-external/patches/traefik-deployment-patch.yaml @@ -65,4 +65,4 @@ spec: volumes: - name: traefik-pvc persistentVolumeClaim: - claimName: local-path-pvc \ No newline at end of file + claimName: traefik-pvc \ No newline at end of file