Skip to content

Commit

Permalink
Fix agent arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
rprectangle committed Oct 4, 2023
1 parent 81cae85 commit eeda1eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/warpstream-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: warpstream-agent
description: WarpStream Agent for Kubernetes.
type: application
version: 0.1.0
version: 0.1.1
appVersion: v507
icon: https://avatars.githubusercontent.com/u/132156278
home: https://docs.warpstream.com/warpstream/
Expand Down
6 changes: 3 additions & 3 deletions charts/warpstream-agent/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ spec:
- playground
{{- else }}
- agent
- -bucketURL {{ .Values.config.bucketURL }}
- -apiKey {{ .Values.config.apiKey }}
- -defaultVirtualClusterID {{ .Values.config.virtualClusterID }}
- -bucketURL={{ .Values.config.bucketURL }}
- -apiKey={{ .Values.config.apiKey }}
- -defaultVirtualClusterID={{ .Values.config.virtualClusterID }}
{{- end }}
{{- range .Values.extraArgs }}
- {{ . }}
Expand Down

0 comments on commit eeda1eb

Please sign in to comment.