diff --git a/library/ix-dev/community/vikunja/questions.yaml b/library/ix-dev/community/vikunja/questions.yaml index 86105c837a..26a7f4dd6a 100644 --- a/library/ix-dev/community/vikunja/questions.yaml +++ b/library/ix-dev/community/vikunja/questions.yaml @@ -235,6 +235,8 @@ questions: description: The configuration for the ixVolume dataset. schema: type: dict + # Nothing to show for the user + hidden: true show_if: [["type", "=", "ixVolume"]] $ref: - "normalize/ixVolume" @@ -244,6 +246,8 @@ questions: description: Enable ACL for the dataset. schema: type: boolean + # Postgres does a CHMOD at startup + # Which fails with ACL hidden: true default: false - variable: datasetName @@ -272,6 +276,8 @@ questions: description: Enable ACL for the dataset. schema: type: boolean + # Postgres does a CHMOD at startup + # Which fails with ACL hidden: true default: false - variable: acl @@ -315,6 +321,8 @@ questions: description: The configuration for the ixVolume dataset. schema: type: dict + # Nothing to show for the user + hidden: true show_if: [["type", "=", "ixVolume"]] $ref: - "normalize/ixVolume" @@ -324,6 +332,8 @@ questions: description: Enable ACL for the dataset. schema: type: boolean + # Postgres does a CHMOD at startup + # Which fails with ACL hidden: true default: false - variable: datasetName @@ -352,6 +362,8 @@ questions: description: Enable ACL for the dataset. schema: type: boolean + # Postgres does a CHMOD at startup + # Which fails with ACL hidden: true default: false - variable: acl