Update invidious values for mandatory hmac field.

This commit is contained in:
2023-07-08 22:05:02 +12:00
parent 4b6dd7c4e3
commit 4e5ea8cff8
3 changed files with 4 additions and 2 deletions

View File

@ -39,5 +39,6 @@ helm upgrade --install -n jamma-invidious jamma-invidious . \
--set "ingress.hosts[0].paths[0].path=/" \
--set "ingress.hosts[0].paths[0].pathType=Prefix" \
--set "ingress.tls[0].hosts[0]=invidious.jamma.dev" \
--set "ingress.tls[0].secretName=tls-jamma-invidious"
--set "ingress.tls[0].secretName=tls-jamma-invidious" \
--set "config.hmac_key=$(openssl rand -hex 20)"
#+end_src