1
0
mirror of synced 2026-02-07 11:15:57 +00:00

Add service account args

- update kustomize-controller to v0.0.1-alpha.7
- change args to match the v0.0.1-alpha.7 API
- add service account args
This commit is contained in:
stefanprodan
2020-05-05 20:00:37 +03:00
parent 4c7f133315
commit 5c2c4ccdba
6 changed files with 135 additions and 21 deletions

View File

@@ -62,7 +62,7 @@ jobs:
./bin/tk create kustomization podinfo \
--source=podinfo \
--path="./deploy/overlays/dev" \
--prune="env=dev,instance=webapp" \
--prune=true \
--interval=5m \
--validate=client \
--health-check="Deployment/frontend.dev" \