feat(authelia): add app for evaluation
This commit is contained in:
parent
cd6524ee7f
commit
3a20805e29
14 changed files with 2089 additions and 1 deletions
11
apps/authelia/update-manifest-from-helm.sh
Executable file
11
apps/authelia/update-manifest-from-helm.sh
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
helm repo add authelia https://charts.authelia.com --force-update
|
||||
helm template \
|
||||
authelia authelia/authelia \
|
||||
--version 0.9.9 \
|
||||
-f values.yaml \
|
||||
> base/authelia.custom.yaml
|
||||
|
||||
# Full documentation for helm values at
|
||||
# https://artifacthub.io/packages/helm/cert-manager/cert-manager
|
||||
Loading…
Add table
Add a link
Reference in a new issue