mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-11 14:40:04 +00:00
Add silent option to uninstall
This commit is contained in:
parent
1542e500f2
commit
d6d7bc329a
2 changed files with 5 additions and 2 deletions
2
.github/workflows/e2e.yaml
vendored
2
.github/workflows/e2e.yaml
vendored
|
|
@ -41,7 +41,7 @@ jobs:
|
|||
run: |
|
||||
./bin/tk check
|
||||
./bin/tk install --version=master --namespace=test --verbose
|
||||
./bin/tk uninstall --namespace=test --crds
|
||||
./bin/tk uninstall --namespace=test --crds --silent
|
||||
./bin/tk install --manifests ./manifests/install/
|
||||
./bin/tk create source podinfo --git-url https://github.com/stefanprodan/podinfo-deploy --git-semver=">=0.0.1-rc.1 <0.1.0"
|
||||
- name: Debug failure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue