Skip to content

Commit

Permalink
Add missing command
Browse files Browse the repository at this point in the history
  • Loading branch information
rprectangle committed Oct 4, 2023
1 parent d2e718e commit 2a262ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
1 change: 1 addition & 0 deletions charts/warpstream-agent/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ spec:
{{- if .Values.config.playground }}
- playground
{{- else }}
- agent
- --token-file=/etc/agentk/secrets/token
- --kas-address={{ .Values.config.kasAddress }}
{{- end }}
Expand Down

0 comments on commit 2a262ef

Please sign in to comment.