-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#3268 - crunchy db GitHub action #3614
Conversation
Quality Gate passedIssues Measures |
@@ -23,9 +23,9 @@ upgrade: helm-dep | |||
echo "Error: RESTORE_TARGET is required when RESTORE_ENABLED is true."; \ | |||
exit 1; \ | |||
fi; \ | |||
helm upgrade --install ${NAME} . -n ${NAMESPACE} --set restore.enabled=true --set restore.options.target="${RESTORE_TARGET}" -f values.yaml; \ | |||
helm upgrade --install ${NAME} . -n ${NAMESPACE} --set restore.enabled=${RESTORE_ENABLED} --set restore.options.target="${RESTORE_TARGET}" -f values.yaml; \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for making the change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. 👍
Update Github action of crunchy DB installation for a minor error.