mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 08:34:22 +00:00
20 lines
403 B
YAML
20 lines
403 B
YAML
# /apps/prod/authelia/release.yaml
|
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: authelia
|
|
namespace: auth
|
|
spec:
|
|
interval: 12h
|
|
chart:
|
|
spec:
|
|
chart: authelia
|
|
version: 0.10.42
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: authelia
|
|
namespace: auth
|
|
interval: 12h
|
|
valuesFrom:
|
|
- kind: ConfigMap
|
|
name: authelia-prod-values |