testing authentik
This commit is contained in:
parent
be76726d92
commit
c147485dc5
3 changed files with 24 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1 +1 @@
|
|||
authentik
|
||||
cluster/apps/staging/bazarr
|
15
cluster/apps/staging/authentik/release.yaml
Normal file
15
cluster/apps/staging/authentik/release.yaml
Normal file
|
@ -0,0 +1,15 @@
|
|||
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: authentik
|
||||
namespace: default
|
||||
spec:
|
||||
interval: 5m
|
||||
chart:
|
||||
spec:
|
||||
chart: authentik
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: authentik
|
||||
namespace: flux-system
|
||||
interval: 1m
|
8
cluster/apps/staging/authentik/repository.yaml
Normal file
8
cluster/apps/staging/authentik/repository.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: GitRepository
|
||||
metadata:
|
||||
name: authentik
|
||||
namespace: default
|
||||
spec:
|
||||
interval: 5m
|
||||
url: https://charts.goauthentik.io
|
Loading…
Reference in a new issue