1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Rename kustomization arg from validate to validation

Fix `tk create kustomization` command args inconsistency with the Kustomize API
This commit is contained in:
stefanprodan
2020-07-20 15:02:53 +03:00
parent 10bb50bd82
commit aaad618e20
6 changed files with 19 additions and 19 deletions

View File

@@ -65,7 +65,7 @@ jobs:
--path="./deploy/overlays/dev" \
--prune=true \
--interval=5m \
--validate=client \
--validation=client \
--health-check="Deployment/frontend.dev" \
--health-check="Deployment/backend.dev" \
--health-check-timeout=3m