Merge "[CONTRIB] Add requests/limits to EJBCA"
[oom.git] / kubernetes / common / certInitializer / templates / configmap.yaml
index 640dafd..7eae899 100644 (file)
@@ -21,5 +21,5 @@ kind: ConfigMap
 metadata: {{- include "common.resourceMetadata" (dict "suffix" $suffix "dot" . )| nindent 2 }}
 data:
   aaf-add-config.sh: |
-    {{ tpl .Values.aaf_add_config . | indent 4 }}
-{{- end -}}
+    {{ tpl .Values.aaf_add_config . | indent 4 | trim }}
+{{- end }}