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 @@ -132,6 +132,7 @@ spec:
132132 - --requestheader-client-ca-file=/etc/kcp/tls/requestheader-client-ca/tls.crt
133133 - --requestheader-username-headers=X-Remote-User
134134 - --requestheader-group-headers=X-Remote-Group
135+ - --requestheader-extra-headers-prefix=X-Remote-Extra-
135136 - --root-directory=/etc/kcp/config
136137 - --shard-virtual-workspace-ca-file=/etc/kcp/tls/ca/tls.crt
137138 - --shard-base-url=https://{{ include "kcp.fullname" . }}:6443
You can’t perform that action at this time.
0 commit comments