Skip to content

Commit

Permalink
fix: remove the schema validation file to make the tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso committed Sep 9, 2024
1 parent 881cfdd commit 823e177
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hack/download-helm-chart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,8 @@ yq e -i '.webhook.securityContext.runAsUser = null' ${HELM_CHART_PATH}/values.ya
yq e -i '.webhook.securityContext.seccompProfile = null' ${HELM_CHART_PATH}/values.yaml
yq e -i '.certController.securityContext.runAsUser = null' ${HELM_CHART_PATH}/values.yaml
yq e -i '.certController.securityContext.seccompProfile = null' ${HELM_CHART_PATH}/values.yaml

# Patch remove the schema validation because it breaks the tests.
# kuttl is unable to properly provide values and further,
# helm --skip-schema-validation flag is not yet released.
rm ${HELM_CHART_PATH}/values.schema.json

0 comments on commit 823e177

Please sign in to comment.