Skip to content

Commit

Permalink
fix userIDPrefix templating
Browse files Browse the repository at this point in the history
Signed-off-by: David van der Spek <[email protected]>
  • Loading branch information
davidspek committed Sep 18, 2023
1 parent 0f92f08 commit b2575b1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ data:
API_SERVER_BASE_PATH: "/apis/v1beta1"
MAX_CLIENT_QPS: "5"
MAX_CLIENT_BURST: "10"
KUBEFLOW_USERID_HEADER: {{ .Values.global.userIDHeader }}
KUBEFLOW_USERID_PREFIX: {{ .Values.global.userIDPrefix }}
KUBEFLOW_USERID_HEADER: {{ .Values.global.userIDHeader | quote }}
KUBEFLOW_USERID_PREFIX: {{ .Values.global.userIDPrefix | quote }}
MULTIUSER: "true" # TODO: should this be configurable?

0 comments on commit b2575b1

Please sign in to comment.