Skip to content

Commit

Permalink
A missing space
Browse files Browse the repository at this point in the history
Signed-off-by: Ziv Nevo <[email protected]>
  • Loading branch information
zivnevo committed Jul 25, 2024
1 parent 71a019b commit 9581c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/bootstrap/platform/k8s.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ spec:
containers:
- name: {{.controlplaneName}}
image: {{.containerRegistry}}{{.controlplaneName}}:{{.tag}}
args: ["--log-level", "{{.logLevel}}" {{range $key, $val := .peerLabels }},"--peer-label", "{{$key}}={{$val}}"{{end}}]
args: ["--log-level", "{{.logLevel}}" {{range $key, $val := .peerLabels }}, "--peer-label", "{{$key}}={{$val}}"{{end}}]
imagePullPolicy: IfNotPresent
readinessProbe:
httpGet:
Expand Down

0 comments on commit 9581c77

Please sign in to comment.