mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 16:57:29 +00:00
11 lines
232 B
YAML
11 lines
232 B
YAML
---
|
|
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: flux-system
|
|
namespace: {{ .fluxns }}
|
|
spec:
|
|
interval: 5m0s
|
|
provider: generic
|
|
timeout: 1m0s
|
|
url: https://stefanprodan.github.io/podinfo
|