Skip to content
Snippets Groups Projects
Commit c2f38f68 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

syntax error

parent f9ec2c2f
No related branches found
No related tags found
2 merge requests!1973Development,!1934Resolve "Update Images"
...@@ -8,9 +8,9 @@ COMMAND_ARGS="" ...@@ -8,9 +8,9 @@ COMMAND_ARGS=""
while IFS='=' read -r name value ; do while IFS='=' read -r name value ; do
if [[ $name == 'K8S_SECRET'* ]]; then if [[ $name == 'K8S_SECRET'* ]]; then
if [ -f $name ]; then if [ -f $name ]; then
COMMAND_ARGS = "${COMMAND_ARGS} --from-file=$value" COMMAND_ARGS="${COMMAND_ARGS} --from-file=$value"
else else
COMMAND_ARGS = "${COMMAND_ARGS} --from-literal=$value" COMMAND_ARGS="${COMMAND_ARGS} --from-literal=$value"
fi fi
fi fi
done < <(env) done < <(env)
......
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