From d7405c2a59595d231dc9761a0c3dc1d2dfd3c26d Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Fri, 11 Nov 2022 15:05:45 +0100 Subject: [PATCH] chore(gui): remove persistence name option from gui Signed-off-by: Kjeld Schouten-Lebbing --- templates/questions/persistence/persistenceList.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/templates/questions/persistence/persistenceList.yaml b/templates/questions/persistence/persistenceList.yaml index e20a4bdde81..c9133d39bea 100644 --- a/templates/questions/persistence/persistenceList.yaml +++ b/templates/questions/persistence/persistenceList.yaml @@ -17,11 +17,6 @@ type: boolean default: true hidden: true - - variable: name - label: Name (Optional) - description: "Not required, please set to config when mounting /config or temp when mounting /tmp" - schema: - type: string - variable: type label: Type of Storage description: Sets the persistence type, Anything other than PVC could break rollback!