Skip to content
Snippets Groups Projects
Commit c7d2842f authored by Arie Peterson's avatar Arie Peterson
Browse files

Merge branch '58-append-to-install-script-helm-commands' into 'master'

Resolve "Append "$@" to install script helm commands"

Closes #58

See merge request openappstack/wordpress-helm!27
parents 15ec42ca 99fce136
No related branches found
No related tags found
1 merge request!27Resolve "Append "$@" to install script helm commands"
Pipeline #5915 passed with stage
in 35 seconds
......@@ -7,9 +7,12 @@
# Edit the `releaseName` variable below if you want to release several
# production sites.
# Additional parameters can be provided to the script and will be forwarded to
# the `helm` command.
set -v
releaseName="wordpress-production"
# 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