13 lines
338 B
YAML
13 lines
338 B
YAML
|
---
|
||
|
# yaml-language-server: $schema=https://ks.hsn.dev/source.toolkit.fluxcd.io/helmrepository_v1beta2.json
|
||
|
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
||
|
kind: HelmRepository
|
||
|
metadata:
|
||
|
name: crunchydata
|
||
|
namespace: flux-system
|
||
|
spec:
|
||
|
type: oci
|
||
|
interval: 30m
|
||
|
url: oci://registry.developers.crunchydata.com/crunchydata
|
||
|
timeout: 3m
|