Skip to content

Commit

Permalink
Removed quotes around arguments
Browse files Browse the repository at this point in the history
Signed-off-by: Willi Carlsen <[email protected]>
  • Loading branch information
wcarlsen committed Dec 4, 2024
1 parent 222a49d commit 9e8ba91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.5
version: 0.1.6
appVersion: "v0.1.2"
maintainers:
- name: wcarlsen
Expand Down
4 changes: 2 additions & 2 deletions charts/aws-subnet-exporter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ spec:
command: ["./aws-subnet-exporter"]
args:
{{- if .Values.awsSubnetExporter.region }}
- --region="{{ .Values.awsSubnetExporter.region }}"
- --region={{ .Values.awsSubnetExporter.region }}
{{- end }}
{{- if .Values.awsSubnetExporter.filter }}
- --filter="{{ .Values.awsSubnetExporter.filter }}"
- --filter={{ .Values.awsSubnetExporter.filter }}
{{- end }}
{{- if .Values.awsSubnetExporter.period }}
- --period="{{ .Values.awsSubnetExporter.period }}"
Expand Down

0 comments on commit 9e8ba91

Please sign in to comment.