fix: remove incorrect space in `TWA_APP_SECURE_COOKIES` config (kubeflow/kubeflow#7274)
This commit is contained in:
parent
d4f0f18a70
commit
181d270a10
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue