12 lines
455 B
YAML
12 lines
455 B
YAML
# Declares where podinfo's chart index lives. On its own this does nothing
|
|
# to the cluster — source-controller just fetches this URL every `interval`
|
|
# and caches the resulting chart index as an artifact. helmrelease.yaml is
|
|
# what actually asks for the chart to be installed.
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: podinfo
|
|
namespace: podinfo
|
|
spec:
|
|
interval: 1h
|
|
url: https://stefanprodan.github.io/podinfo
|