fix: remove incorrect space in `TWA_APP_SECURE_COOKIES` config (kubeflow/kubeflow#7274)

This commit is contained in:
Hyeonki Hong 2024-05-24 09:26:27 +09:00 committed by GitHub
parent d4f0f18a70
commit 181d270a10
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@ TWA_CLUSTER_DOMAIN=cluster.local
TWA_USERID_HEADER=kubeflow-userid TWA_USERID_HEADER=kubeflow-userid
TWA_USERID_PREFIX= TWA_USERID_PREFIX=
TWA_PREFIX=/tensorboards TWA_PREFIX=/tensorboards
TWA_APP_SECURE_COOKIES=true TWA_APP_SECURE_COOKIES=true