From 3c70716fe37575f93f28ebc0e03c4757a4ff0fcc Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sat, 15 Jan 2022 00:44:46 +0200 Subject: [PATCH] chore(apps): remove remaining mountPaths from incubator apps (#1718) --- .../incubator/omada-controller/questions.yaml | 8 ----- charts/incubator/tdarr-node/questions.yaml | 24 -------------- charts/incubator/tdarr/questions.yaml | 32 ------------------- 3 files changed, 64 deletions(-) diff --git a/charts/incubator/omada-controller/questions.yaml b/charts/incubator/omada-controller/questions.yaml index d50eca11580..33fa86a7657 100644 --- a/charts/incubator/omada-controller/questions.yaml +++ b/charts/incubator/omada-controller/questions.yaml @@ -211,14 +211,6 @@ questions: - value: "Memory" description: "Memory" # Include{persistenceAdvanced} - - variable: mountPath - label: "mountPath (Non-editable" - description: "Path inside the container the storage is mounted" - schema: - type: string - default: "/data" - editable: false - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' # Include{persistenceList} - variable: ingress diff --git a/charts/incubator/tdarr-node/questions.yaml b/charts/incubator/tdarr-node/questions.yaml index 788af3d1e43..81da1bdc4fb 100644 --- a/charts/incubator/tdarr-node/questions.yaml +++ b/charts/incubator/tdarr-node/questions.yaml @@ -243,14 +243,6 @@ questions: - value: "Memory" description: "Memory" # Include{persistenceAdvanced} - - variable: mountPath - label: "mountPath (Non-editable" - description: "Path inside the container the storage is mounted" - schema: - type: string - default: "/app/configs" - editable: false - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - variable: logs label: "App logs Storage" description: "Stores the Application logs." @@ -293,14 +285,6 @@ questions: - value: "Memory" description: "Memory" # Include{persistenceAdvanced} - - variable: mountPath - label: "mountPath (Non-editable" - description: "Path inside the container the storage is mounted" - schema: - type: string - default: "/app/logs" - editable: false - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - variable: transcode-cache label: "App Transcode cache" description: "Stores the Application Transcode cache." @@ -344,14 +328,6 @@ questions: - value: "Memory" description: "Memory" # Include{persistenceAdvanced} - - variable: mountPath - label: "mountPath (Non-editable" - description: "Path inside the container the storage is mounted" - schema: - type: string - default: "/temp" - editable: false - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' # Include{persistenceList} diff --git a/charts/incubator/tdarr/questions.yaml b/charts/incubator/tdarr/questions.yaml index 7c448e6acd9..459a3076697 100644 --- a/charts/incubator/tdarr/questions.yaml +++ b/charts/incubator/tdarr/questions.yaml @@ -276,14 +276,6 @@ questions: - value: "Memory" description: "Memory" # Include{persistenceAdvanced} - - variable: mountPath - label: "mountPath (Non-editable" - description: "Path inside the container the storage is mounted" - schema: - type: string - default: "/app/configs" - editable: false - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - variable: server label: "App Server Data Storage" description: "Stores the Application's Server Data." @@ -326,14 +318,6 @@ questions: - value: "Memory" description: "Memory" # Include{persistenceAdvanced} - - variable: mountPath - label: "mountPath (Non-editable" - description: "Path inside the container the storage is mounted" - schema: - type: string - default: "/app/server" - editable: false - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - variable: logs label: "App Logs Storage" description: "Stores the Application Logs." @@ -376,14 +360,6 @@ questions: - value: "Memory" description: "Memory" # Include{persistenceAdvanced} - - variable: mountPath - label: "mountPath (Non-editable" - description: "Path inside the container the storage is mounted" - schema: - type: string - default: "/app/logs" - editable: false - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - variable: transcode-cache label: "App Transcode cache" description: "Stores the Application Transcode cache." @@ -427,14 +403,6 @@ questions: - value: "Memory" description: "Memory" # Include{persistenceAdvanced} - - variable: mountPath - label: "mountPath (Non-editable" - description: "Path inside the container the storage is mounted" - schema: - type: string - default: "/temp" - editable: false - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' # Include{persistenceList}