Skip to content

Commit 82e5ef9

Browse files
authored
Merge pull request #75 from embik/fix-extra-args
πŸ› fix `kcp.extraFlags` being applied incorrectly
2 parents a492e6c + a1e6f07 commit 82e5ef9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Žcharts/kcp/Chart.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: kcp
33
description: A prototype of a multi-tenant Kubernetes control plane for workloads on many clusters
44

55
# version information
6-
version: 0.4.2
6+
version: 0.4.3
77
appVersion: "0.21.0"
88

99
# optional metadata

β€Žcharts/kcp/templates/server-deployment.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ spec:
182182
- --batteries-included={{ join "," . }}
183183
{{- end }}
184184
{{- range .Values.kcp.extraFlags }}
185-
{{ . }}
185+
- {{ . }}
186186
{{- end }}
187187
env:
188188
- name: EXTERNAL_HOSTNAME

0 commit comments

Comments
Β (0)