File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: kcp
33description : A prototype of a multi-tenant Kubernetes control plane for workloads on many clusters
44
55# version information
6- version : 0.8.0
6+ version : 0.8.1
77appVersion : " 0.25.0"
88
99# optional metadata
Original file line number Diff line number Diff line change @@ -136,6 +136,7 @@ spec:
136136 - --requestheader-client-ca-file=/etc/kcp/tls/requestheader-client-ca/tls.crt
137137 - --requestheader-username-headers=X-Remote-User
138138 - --requestheader-group-headers=X-Remote-Group
139+ - --requestheader-extra-headers-prefix=X-Remote-Extra-
139140 - --root-directory=/etc/kcp/config
140141 - --shard-virtual-workspace-ca-file=/etc/kcp/tls/ca/tls.crt
141142 - --shard-base-url=https://{{ include "kcp.fullname" . }}:6443
You can’t perform that action at this time.
0 commit comments