Skip to content

Commit

Permalink
pipe: execute kubeval using correct parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
isindir committed Aug 15, 2021
1 parent 04a595c commit 8bf23f4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions chart/helm3/sops-secrets-operator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ lint: ## runs helm chart linting

validate: ## validates rendered chart templates using 'kubeval'
helm template . --set securityContextenabled=true \
| kubeval --ignore-missing-schemas \
--force-color \
| kubeval --force-color \
--strict \
--schema-location https://raw.githubusercontent.com/Onemind-Services-LLC/kubernetes-json-schema/master/schema \
--kubernetes-version v1.21.4 -
--kubernetes-version 1.21.4 -
@echo '--------------------'

0 comments on commit 8bf23f4

Please sign in to comment.