mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-12 07:00:05 +00:00
Use LastHandledReconcileAt in reconcile commands
This commit is contained in:
parent
f216273008
commit
84e36ed847
4 changed files with 103 additions and 53 deletions
5
.github/workflows/e2e.yaml
vendored
5
.github/workflows/e2e.yaml
vendored
|
|
@ -63,7 +63,7 @@ jobs:
|
|||
--health-check="Deployment/frontend.dev" \
|
||||
--health-check="Deployment/backend.dev" \
|
||||
--health-check-timeout=3m
|
||||
- name: gotk sync kustomization --with-source
|
||||
- name: gotk reconcile kustomization --with-source
|
||||
run: |
|
||||
./bin/gotk reconcile kustomization podinfo --with-source
|
||||
- name: gotk get kustomizations
|
||||
|
|
@ -99,6 +99,9 @@ jobs:
|
|||
--target-namespace=default \
|
||||
--source=GitRepository/podinfo \
|
||||
--chart=./charts/podinfo
|
||||
- name: gotk reconcile helmrelease --with-source
|
||||
run: |
|
||||
./bin/gotk reconcile helmrelease podinfo-git --with-source
|
||||
- name: gotk get helmreleases
|
||||
run: |
|
||||
./bin/gotk get helmreleases
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue