argo-cd/resource_customizations/kustomize.toolkit.fluxcd.io/Kustomization/testdata/degraded.yaml
Adrian Berger 824d0dced7
feat: Add custom resource health for flux resources (#19082)
* feat: Add custom resource health for flux resources

Signed-off-by: Adrian Berger <adrian.berger@bedag.ch>

* chore: Update upgrade docs

Signed-off-by: Adrian Berger <adrian.berger@bedag.ch>

---------

Signed-off-by: Adrian Berger <adrian.berger@bedag.ch>
Signed-off-by: Dan Garfield <dan@codefresh.io>
Co-authored-by: Dan Garfield <dan@codefresh.io>
2024-07-17 20:16:57 +03:00

23 lines
519 B
YAML

apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: podinfo
namespace: default
spec:
interval: 10m
targetNamespace: default
sourceRef:
kind: GitRepository
name: podinfo
path: "./kustomize"
prune: true
timeout: 1m
status:
conditions:
- lastTransitionTime: "2024-07-16T12:00:00Z"
message: GitRepository.source.toolkit.fluxcd.io "podinfo" not found
observedGeneration: 1
reason: ArtifactFailed
status: "False"
type: Ready
observedGeneration: -1