1
0
mirror of synced 2026-02-13 21:16:57 +00:00

Update components to v0.1

This commit is contained in:
stefanprodan
2020-09-30 22:05:38 +03:00
parent cf080330ba
commit d902c71a6f
51 changed files with 174 additions and 216 deletions

View File

@@ -41,15 +41,9 @@ jobs:
- name: gotk check --pre
run: |
./bin/gotk check --pre
- name: gotk install --version
run: |
./bin/gotk install --version=master --namespace=test --verbose --components="source-controller,kustomize-controller"
- name: gotk uninstall
run: |
./bin/gotk uninstall --namespace=test --crds --silent
- name: gotk install --manifests
run: |
./bin/gotk install --manifests ./manifests/install/ --version=""
./bin/gotk install --manifests ./manifests/install/
- name: gotk create source git
run: |
./bin/gotk create source git podinfo \
@@ -126,6 +120,9 @@ jobs:
- name: gotk check
run: |
./bin/gotk check
- name: gotk uninstall
run: |
./bin/gotk uninstall --crds --silent
- name: Debug failure
if: failure()
run: |