fix: mount all config files pod
Some checks failed
/ deploy (push) Failing after 8s

This commit is contained in:
ange 2024-12-23 02:53:05 +00:00
parent c62cd7ce24
commit 8049e51a75
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D

View File

@ -37,9 +37,11 @@ function kgcmkey() {
kcreatesec searxng \
--from-literal=SEARXNG_SECRET="$(kgseckey searxng SEARXNG_SECRET || openssl rand -hex 32)"
kcreatecm searxng \
--from-file=config/settings.yml \
--from-file=config/limiter.toml
opts=()
for f in config/*; do
opts+=(--from-file="$f")
done
kcreatecm searxng "${opts[@]}"
kapply common/valkey.yaml common/app.yaml