mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-26 03:17:18 +00:00
36 lines
913 B
YAML
36 lines
913 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: Running 'upgrade' action with timeout of 5m0s
|
||
|
|
observedGeneration: 3
|
||
|
|
reason: Progressing
|
||
|
|
status: "True"
|
||
|
|
type: Reconciling
|
||
|
|
- lastTransitionTime: "2024-07-16T12:00:00Z"
|
||
|
|
message: Running 'upgrade' action with timeout of 5m0s
|
||
|
|
observedGeneration: 3
|
||
|
|
reason: Progressing
|
||
|
|
status: Unknown
|
||
|
|
type: Ready
|
||
|
|
- lastTransitionTime: "2024-07-16T12:00:00Z"
|
||
|
|
message: Helm install succeeded for release default/podinfo.v1 with
|
||
|
|
chart podinfo@6.5.4
|
||
|
|
observedGeneration: 1
|
||
|
|
reason: InstallSucceeded
|
||
|
|
status: "True"
|
||
|
|
type: Released
|