11 lines
341 B
YAML
11 lines
341 B
YAML
# Same role as apps/podinfo/helmrepository.yaml: just the chart index
|
|
# source-controller polls, cached as an artifact for helmrelease.yaml to
|
|
# install from.
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: headlamp
|
|
namespace: headlamp
|
|
spec:
|
|
interval: 1h
|
|
url: https://kubernetes-sigs.github.io/headlamp/
|