From 45de52410b9a7b6814f605aa07396cee06b53adf Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 24 Jun 2022 11:31:16 +0200 Subject: [PATCH] Remove hostPath from volumes --- src/main/resources/gitea/volumes.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/resources/gitea/volumes.yaml b/src/main/resources/gitea/volumes.yaml index bab2996..12640af 100644 --- a/src/main/resources/gitea/volumes.yaml +++ b/src/main/resources/gitea/volumes.yaml @@ -11,8 +11,6 @@ spec: resources: requests: storage: 5Gi - hostPath: - path: /var/gitea/root --- apiVersion: v1 kind: PersistentVolumeClaim @@ -27,5 +25,3 @@ spec: resources: requests: storage: 5Gi - hostPath: - path: /var/gitea/data