11 lines
313 B
Bash
Executable file
11 lines
313 B
Bash
Executable file
#!/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
|