From 3a41c996fe227257c25ddabc9f99f49bbbe69bb0 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Mon, 7 Jul 2025 06:28:28 +0530 Subject: [PATCH] minor correction --- cluster/apps/authelia/authelia-pvc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/authelia/authelia-pvc.yml b/cluster/apps/authelia/authelia-pvc.yml index 69d9c78..95da0f2 100644 --- a/cluster/apps/authelia/authelia-pvc.yml +++ b/cluster/apps/authelia/authelia-pvc.yml @@ -28,7 +28,7 @@ spec: accessModes: - ReadWriteMany storageClassName: "" - volumeMounts: authelia-pv + volumeName: authelia-pv resources: requests: storage: 100m