We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a492e6c + a1e6f07 commit 82e5ef9Copy full SHA for 82e5ef9
βcharts/kcp/Chart.yamlβ
@@ -3,7 +3,7 @@ name: kcp
3
description: A prototype of a multi-tenant Kubernetes control plane for workloads on many clusters
4
5
# version information
6
-version: 0.4.2
+version: 0.4.3
7
appVersion: "0.21.0"
8
9
# optional metadata
βcharts/kcp/templates/server-deployment.yamlβ
@@ -182,7 +182,7 @@ spec:
182
- --batteries-included={{ join "," . }}
183
{{- end }}
184
{{- range .Values.kcp.extraFlags }}
185
- {{ . }}
+ - {{ . }}
186
187
env:
188
- name: EXTERNAL_HOSTNAME
0 commit comments