github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/source.toolkit.fluxcd.io/HelmChart/actions/testdata/suspended_helmchart.yaml (about) 1 apiVersion: source.toolkit.fluxcd.io/v1 2 kind: HelmChart 3 metadata: 4 name: podinfo 5 namespace: default 6 spec: 7 interval: 5m0s 8 chart: podinfo 9 reconcileStrategy: ChartVersion 10 sourceRef: 11 kind: HelmRepository 12 name: podinfo 13 suspend: true 14 version: '5.*'