diff --git a/charts/ace-installer/templates/precheck/config.yaml b/charts/ace-installer/templates/precheck/config.yaml index 65d2fe6e1..026630ca4 100644 --- a/charts/ace-installer/templates/precheck/config.yaml +++ b/charts/ace-installer/templates/precheck/config.yaml @@ -19,7 +19,7 @@ metadata: "helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded stringData: options.yaml: | - version: {{ .Chart.AppVersion }}} + version: {{ .Chart.AppVersion }} {{- with $licenses }} licenses: {{ . | toJson }} {{- end }}