Cayla Fauver
2023-08-25 09:13:22 -04:00
parent e1dc63bcc7
commit c0f9761a61
+1 -1
View File
@@ -68,7 +68,7 @@ spec:
command:
{{- toYaml .Values.command | nindent 16 }}
args:
- --policy-config-file: "/policy-dir/policy.yaml"
- --policy-config-file=/policy-dir/policy.yaml
{{- range $key, $value := .Values.cmdOptions }}
- {{ printf "--%s" $key }}{{ if $value }}={{ $value }}{{ end }}
{{- end }}