questions.yaml type: yaml
is broken in several ways
#10814
Labels
area/kubewarden
kind/bug
QA/dev-automation
Issues that engineers have written automation around so QA doesn't have look at this
Setup
Describe the bug
Using questions.yaml
type: yaml
is subtly broken:default: foo
for that variable.This bug blocks exposing affinity/anti-affinity, PodDisruptionBudgets, limits/requests, and others for Kubewarden charts.
To Reproduce
Install
kubewarden-controller
chart orkubewarden-defaults
chart and see its questions, from the following:prod-questions-archive
See questions.yaml here.
Result
Using
type: yaml
shows correctly, and is populated by the default value from the variable's values.yaml.Expected Result
Screenshots
Screencast_2024-04-16_15.52.55.webm
Additional context
This bug seems to not be present when configuring Kubewarden policies, via a questions.yaml
type: yaml
.(this codebase from what I can see).
Screencast_2024-04-16_16.01.28.webm
The text was updated successfully, but these errors were encountered: