mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-25 19:07:18 +00:00
12 lines
203 B
YAML
12 lines
203 B
YAML
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
||
|
|
kind: HelmRepository
|
||
|
|
metadata:
|
||
|
|
name: podinfo
|
||
|
|
namespace: default
|
||
|
|
spec:
|
||
|
|
interval: 5m0s
|
||
|
|
url: https://stefanprodan.github.io/podinfo
|
||
|
|
status:
|
||
|
|
conditions: []
|
||
|
|
|