10 lines
308 B
YAML
10 lines
308 B
YAML
# yaml-language-server: $schema=https://kubernetes-schemas.zinn.ca/source.toolkit.fluxcd.io/helmrepository_v1beta2.json
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: tc-crowdsec
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 1h
|
|
url: https://crowdsecurity.github.io/helm-charts
|