mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-25 21:08:50 +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:
parent
10bb50bd82
commit
aaad618e20
6 changed files with 19 additions and 19 deletions
2
.github/workflows/e2e.yaml
vendored
2
.github/workflows/e2e.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue