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}