mirror of
https://github.com/fluxcd/flux2-hub-spoke-example.git
synced 2025-07-27 15:53:19 +00:00
8 lines
167 B
YAML
8 lines
167 B
YAML
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: podinfo
|
|
spec:
|
|
interval: 12h
|
|
type: oci
|
|
url: oci://ghcr.io/stefanprodan/charts
|