Skip to content

Commit 976f020

Browse files
authored
Merge pull request #12 from kcp-dev/vw-flag
Add --shard-virtual-workspace-url flag
2 parents d88aad2 + c0cfc01 commit 976f020

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

charts/kcp/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: kcp
33
description: A prototype of a multi-tenant Kubernetes control plane for workloads on many clusters
44
type: application
5-
version: 0.2.1
6-
appVersion: "0.6"
5+
version: 0.2.2
6+
appVersion: "0.7"

charts/kcp/templates/kcp.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ spec:
215215
- --shard-base-url=https://kcp:6443
216216
- --shard-external-url=https://$(EXTERNAL_HOSTNAME):443
217217
- --external-hostname=$(EXTERNAL_HOSTNAME):443
218+
- --shard-virtual-workspace-url=https://$(EXTERNAL_HOSTNAME):443
218219
- --root-ca-file=/etc/kcp/tls/ca/root-ca.pem
219220
{{- if .Values.oidc }}
220221
- --oidc-issuer-url={{ .Values.oidc.issuerUrl }}

0 commit comments

Comments
 (0)