feat(authelia): add app for evaluation
This commit is contained in:
parent
cd6524ee7f
commit
3a20805e29
14 changed files with 2089 additions and 1 deletions
14
apps/authelia/overlays/system/secret-generator.yaml
Normal file
14
apps/authelia/overlays/system/secret-generator.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
apiVersion: viaduct.ai/v1
|
||||
kind: ksops
|
||||
metadata:
|
||||
# Specify a name
|
||||
name: authelia-secret-generator
|
||||
annotations:
|
||||
config.kubernetes.io/function: |
|
||||
exec:
|
||||
# if the binary is in your PATH, you can do
|
||||
path: ksops
|
||||
# otherwise, path should be relative to manifest files, like
|
||||
# path: ../../../ksops
|
||||
files:
|
||||
- ./secret.enc.yaml
|
||||
Loading…
Add table
Add a link
Reference in a new issue