Skip to content

Commit

Permalink
Command is array
Browse files Browse the repository at this point in the history
Signed-off-by: Willi Carlsen <[email protected]>
  • Loading branch information
wcarlsen committed Aug 8, 2023
1 parent c610cc9 commit 222a49d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/aws-subnet-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: aws-subnet-exporter
description: A Helm chart for Kubernetes
type: application
version: 0.1.4
version: 0.1.5
appVersion: "v0.1.2"
maintainers:
- name: wcarlsen
Expand Down
2 changes: 1 addition & 1 deletion charts/aws-subnet-exporter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
command: "./aws-subnet-exporter"
command: ["./aws-subnet-exporter"]
args:
{{- if .Values.awsSubnetExporter.region }}
- --region="{{ .Values.awsSubnetExporter.region }}"
Expand Down

0 comments on commit 222a49d

Please sign in to comment.