Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
457daf73
Commit
457daf73
authored
May 13, 2022
by
Dominik Hebeler
Browse files
wrapping host in strings
parent
df04ef3d
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab/deployment_scripts/update_deployment.sh
View file @
457daf73
...
...
@@ -5,7 +5,7 @@ helm -n $KUBE_NAMESPACE upgrade --install \
chart/
\
-f
$DEPLOYMENT_HELM_VALUES
\
--set
environment
=
$APP_ENV
\
--set
ingress.hosts[0].host
=
$DEPLOYMENT_URL
\
--set
ingress.hosts[0].host
=
"
$DEPLOYMENT_URL
"
\
--set
image.fpm.tag
=
$DOCKER_FPM_IMAGE_TAG
\
--set
image.nginx.tag
=
$DOCKER_NGINX_IMAGE_TAG
\
--set
app_url
=
$APP_URL
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment