File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : warpstream-agent
3
3
description : WarpStream Agent for Kubernetes.
4
4
type : application
5
- version : 0.1.0
5
+ version : 0.1.1
6
6
appVersion : v507
7
7
icon : https://avatars.githubusercontent.com/u/132156278
8
8
home : https://docs.warpstream.com/warpstream/
Original file line number Diff line number Diff line change 38
38
- playground
39
39
{{- else }}
40
40
- 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 }}
44
44
{{- end }}
45
45
{{- range .Values.extraArgs }}
46
46
- {{ . }}
You can’t perform that action at this time.
0 commit comments