Skip to content

Commit

Permalink
fix: remove the schema validation file to make the tests pass (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso authored Sep 10, 2024
1 parent 881cfdd commit a9adcda
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 -fr ${HELM_CHART_PATH}/values.schema.json

0 comments on commit a9adcda

Please sign in to comment.