From 95966751c818d00234ee716ac206ff3039214b22 Mon Sep 17 00:00:00 2001 From: Mihai Tabara Date: Fri, 7 Feb 2025 14:13:39 +0000 Subject: [PATCH] Fix type in templates input examples Signed-off-by: Mihai Tabara --- docs/features/software-templates/input-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/software-templates/input-examples.md b/docs/features/software-templates/input-examples.md index 0162ffb8f3..bb4ecde946 100644 --- a/docs/features/software-templates/input-examples.md +++ b/docs/features/software-templates/input-examples.md @@ -189,7 +189,7 @@ parameters: title: Select features type: array items: - type: boolean + type: string enum: - 'Enable scraping' - 'Enable HPA'