mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
10 lines
211 B
YAML
10 lines
211 B
YAML
# /infrastructure/base/authelia/repository.yaml
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: authelia
|
|
namespace: auth
|
|
spec:
|
|
interval: 24h
|
|
url: https://charts.authelia.com
|