1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Use LastHandledReconcileAt in reconcile commands

This commit is contained in:
Hidde Beydals
2020-09-30 23:21:32 +02:00
parent f216273008
commit 84e36ed847
4 changed files with 103 additions and 53 deletions

View File

@@ -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