Skip to content

Commit

Permalink
fix(helm): controller.extraArgs should be treated as list
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgb committed Oct 15, 2023
1 parent 1cc371d commit 1039795
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/accurate/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ spec:
imagePullPolicy: {{ . }}
{{- end }}
{{- with .Values.controller.extraArgs }}
args: {{ . }}
args:
{{- toYaml . | nindent 12 }}
{{- end }}
ports:
- containerPort: 9443
Expand Down

0 comments on commit 1039795

Please sign in to comment.