UNCLASSIFIED

Commit 36184977 authored by riveraj's avatar riveraj
Browse files

Merge branch 'development' into 'master'

Merge Development to Master

See merge request !27
parents 69abdda1 ef8f5a17
Pipeline #440583 passed with stages
in 13 minutes and 22 seconds
...@@ -10,7 +10,7 @@ fi ...@@ -10,7 +10,7 @@ fi
pod_name=${POD_NAME} pod_name=${POD_NAME}
id=${pod_name##*-}; id=${pod_name##*-};
component_name=${POD_NAME%-*} component_name=${POD_NAME%-*}
./buil
if [ -e "/mnt/config/pod/${component_name}/template.jsonnet" ]; then if [ -e "/mnt/config/pod/${component_name}/template.jsonnet" ]; then
cat < /mnt/config/pod/"${component_name}"/template.jsonnet | base64 -d > /opt/template.jsonnet cat < /mnt/config/pod/"${component_name}"/template.jsonnet | base64 -d > /opt/template.jsonnet
/usr/local/bin/jsonnet /opt/template.jsonnet --ext-str id="${id}" -o /opt/"${component_name}".json /usr/local/bin/jsonnet /opt/template.jsonnet --ext-str id="${id}" -o /opt/"${component_name}".json
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment