mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-16 08:45:43 +00:00
Update components to v0.1
This commit is contained in:
parent
cf080330ba
commit
d902c71a6f
51 changed files with 174 additions and 216 deletions
11
.github/workflows/e2e.yaml
vendored
11
.github/workflows/e2e.yaml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue