github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/kustomize.toolkit.fluxcd.io/Kustomization/testdata/healthy.yaml (about)

     1  apiVersion: kustomize.toolkit.fluxcd.io/v1
     2  kind: Kustomization
     3  metadata:
     4    name: podinfo
     5    namespace: default
     6  spec:
     7    interval: 10m
     8    targetNamespace: default
     9    sourceRef:
    10      kind: GitRepository
    11      name: podinfo
    12    path: "./kustomize"
    13    prune: true
    14    timeout: 1m
    15  status:
    16    conditions:
    17    - lastTransitionTime: "2024-07-16T12:00:00Z"
    18      message: Helm install succeeded for release default/podinfo.v1 with
    19        chart podinfo@6.5.4
    20      observedGeneration: 2
    21      reason: InstallSucceeded
    22      status: "True"
    23      type: Ready
    24    - lastTransitionTime: "2024-07-16T12:00:00Z"
    25      message: Helm install succeeded for release default/podinfo.v1 with
    26        chart podinfo@6.5.4
    27      observedGeneration: 1
    28      reason: InstallSucceeded
    29      status: "True"
    30      type: Released