Skip to content
Snippets Groups Projects
Verified Commit 99fce136 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

update install.sh.example to accept extra command line arguments

parent 15ec42ca
No related branches found
No related tags found
1 merge request!27Resolve "Append "$@" to install script helm commands"
...@@ -7,9 +7,12 @@ ...@@ -7,9 +7,12 @@
# Edit the `releaseName` variable below if you want to release several # Edit the `releaseName` variable below if you want to release several
# production sites. # production sites.
# Additional parameters can be provided to the script and will be forwarded to
# the `helm` command.
set -v set -v
releaseName="wordpress-production" releaseName="wordpress-production"
# Upgrade or install application using the current git branch as docker tag # Upgrade or install application using the current git branch as docker tag
helm upgrade $releaseName . --install -f values-local.yaml helm upgrade $releaseName . --install -f values-local.yaml "$@"
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