Browse Source

Make chia config mountpath field editable

sonicaj 4 years ago
parent
commit
360ba89c79
2 changed files with 2 additions and 2 deletions
  1. 1 1
      charts/chia/1.3.5/questions.yaml
  2. 1 1
      test/chia/1.3.5/questions.yaml

+ 1 - 1
charts/chia/1.3.5/questions.yaml

@@ -58,7 +58,7 @@ questions:
                 schema:
                   type: path
                   hidden: true
-                  editable: false
+                  editable: true
                   default: "/data"
               - variable: hostPathEnabled
                 label: "Enable Custom Host Path for Chia Configuration Volume"

+ 1 - 1
test/chia/1.3.5/questions.yaml

@@ -58,7 +58,7 @@ questions:
                 schema:
                   type: path
                   hidden: true
-                  editable: false
+                  editable: true
                   default: "/data"
               - variable: hostPathEnabled
                 label: "Enable Custom Host Path for Chia Configuration Volume"