mirror of https://github.com/fluxcd/flux2.git
Merge pull request #5541 from fluxcd/debug-ks-history
Add `--show-history` flag to `debug kustomization`pull/5542/head
commit
3247a46654
@ -1,2 +1,2 @@
|
||||
# History documentation: https://fluxcd.io/flux/components/helm/helmreleases/#helmrelease-status
|
||||
# History documentation: https://fluxcd.io/flux/components/helm/helmreleases/#history
|
||||
[]
|
||||
|
@ -0,0 +1,2 @@
|
||||
# History documentation: https://fluxcd.io/flux/components/kustomize/kustomizations/#history
|
||||
[]
|
@ -0,0 +1,17 @@
|
||||
# History documentation: https://fluxcd.io/flux/components/kustomize/kustomizations/#history
|
||||
- digest: sha256:def456
|
||||
firstReconciled: "2024-01-01T09:00:00Z"
|
||||
lastReconciled: "2024-01-01T10:00:00Z"
|
||||
lastReconciledDuration: 300ms
|
||||
lastReconciledStatus: success
|
||||
metadata:
|
||||
originRevision: abc123
|
||||
totalReconciliations: 1
|
||||
- digest: sha256:ghi012
|
||||
firstReconciled: "2024-02-01T09:00:00Z"
|
||||
lastReconciled: "2024-02-01T10:00:00Z"
|
||||
lastReconciledDuration: 500ms
|
||||
lastReconciledStatus: failure
|
||||
metadata:
|
||||
originRevision: xyz789
|
||||
totalReconciliations: 10
|
Loading…
Reference in New Issue