Skip to content

Commit eeda1eb

Browse files
committed
Fix agent arguments
1 parent 81cae85 commit eeda1eb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/warpstream-agent/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: warpstream-agent
33
description: WarpStream Agent for Kubernetes.
44
type: application
5-
version: 0.1.0
5+
version: 0.1.1
66
appVersion: v507
77
icon: https://avatars.githubusercontent.com/u/132156278
88
home: https://docs.warpstream.com/warpstream/

charts/warpstream-agent/templates/deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ spec:
3838
- playground
3939
{{- else }}
4040
- agent
41-
- -bucketURL {{ .Values.config.bucketURL }}
42-
- -apiKey {{ .Values.config.apiKey }}
43-
- -defaultVirtualClusterID {{ .Values.config.virtualClusterID }}
41+
- -bucketURL={{ .Values.config.bucketURL }}
42+
- -apiKey={{ .Values.config.apiKey }}
43+
- -defaultVirtualClusterID={{ .Values.config.virtualClusterID }}
4444
{{- end }}
4545
{{- range .Values.extraArgs }}
4646
- {{ . }}

0 commit comments

Comments
 (0)