Cayla Fauver
2023-08-25 23:58:51 -04:00
parent 33e9a52385
commit e6773e77fd
+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 }}