authentik: deploy
This commit is contained in:
parent
d420f43430
commit
80580aabc0
4 changed files with 65 additions and 0 deletions
17
flux/cluster/apps/authentik/external-secret.yaml
Normal file
17
flux/cluster/apps/authentik/external-secret.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: authentik
|
||||
namespace: authentik
|
||||
spec:
|
||||
refreshInterval: "5m"
|
||||
secretStoreRef:
|
||||
name: vault
|
||||
kind: ClusterSecretStore
|
||||
target:
|
||||
name: authentik
|
||||
data:
|
||||
- secretKey: secret_key
|
||||
remoteRef:
|
||||
key: authentik/authentik
|
||||
property: secret_key
|
Loading…
Add table
Add a link
Reference in a new issue