mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-28 20:37:17 +00:00
17 lines
276 B
YAML
17 lines
276 B
YAML
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
||
|
|
kind: HelmChart
|
||
|
|
metadata:
|
||
|
|
name: podinfo
|
||
|
|
namespace: default
|
||
|
|
spec:
|
||
|
|
interval: 5m0s
|
||
|
|
chart: podinfo
|
||
|
|
reconcileStrategy: ChartVersion
|
||
|
|
sourceRef:
|
||
|
|
kind: HelmRepository
|
||
|
|
name: podinfo
|
||
|
|
version: '5.*'
|
||
|
|
status:
|
||
|
|
conditions: []
|
||
|
|
|