mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-05 07:38:22 +00:00
11 lines
197 B
YAML
11 lines
197 B
YAML
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
||
|
|
kind: HelmRepository
|
||
|
|
metadata:
|
||
|
|
name: podinfo
|
||
|
|
namespace: default
|
||
|
|
spec:
|
||
|
|
type: "oci"
|
||
|
|
interval: 5m0s
|
||
|
|
url: oci://ghcr.io/stefanprodan/charts
|
||
|
|
status: {}
|