18 lines
339 B
YAML
18 lines
339 B
YAML
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: authelia
|
|
spec:
|
|
chart:
|
|
spec:
|
|
chart: authelia
|
|
reconcileStrategy: ChartVersion
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: authelia
|
|
version: 0.9.16
|
|
interval: 15m
|
|
valuesFrom:
|
|
- kind: ConfigMap
|
|
name: authelia-values
|