Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit bf3e3a1

Browse files
committed
fix: remove the schema validation file to make the tests pass
Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
1 parent 881cfdd commit bf3e3a1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

hack/download-helm-chart.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,8 @@ yq e -i '.webhook.securityContext.runAsUser = null' ${HELM_CHART_PATH}/values.ya
2727
yq e -i '.webhook.securityContext.seccompProfile = null' ${HELM_CHART_PATH}/values.yaml
2828
yq e -i '.certController.securityContext.runAsUser = null' ${HELM_CHART_PATH}/values.yaml
2929
yq e -i '.certController.securityContext.seccompProfile = null' ${HELM_CHART_PATH}/values.yaml
30+
31+
# Patch remove the schema validation because it breaks the tests.
32+
# kuttl is unable to properly provide values and further,
33+
# helm --skip-schema-validation flag is not yet released.
34+
rm ${HELM_CHART_PATH}/values.schema.json

0 commit comments

Comments
 (0)