Skip to content
Snippets Groups Projects
Commit a6afd64d authored by dgiannopoulos's avatar dgiannopoulos
Browse files

fix: template cm before applying

parent 858122e7
No related branches found
No related tags found
4 merge requests!34Merging develop (merged from 2024Q2_RC) into main creating for 2024Q2 Release,!33Merging 2024Q2_RC into main creating for 2024Q2 Release,!29Resolve "Expose all configurable parameters during Kubernetes deployment",!28Resolve "Kubernetes installation needs to include CRIDGE component"
Pipeline #5808 passed
......@@ -10,4 +10,5 @@ metadata:
{{- include "openslice.labels" . | nindent 4 }}
data:
config.js: |
{{- .Files.Get "files/org.etsi.osl.portal.web/src/js/config.js" | nindent 4 }}
{{- tpl (.Files.Get "files/org.etsi.osl.portal.web/src/js/config.js") . | nindent 4 }}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment