fix(postgres) block invalid S3 bucket name #181
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Using a period in BUCKET_NAME causes
helm install -f values.yaml deis/workflow --namespace=deis
to failRELATED ISSUES
deis/workflow#700
deis/workflow#701 (documentation fix)
Note: this bug also exists for https://github.com/deis/registry/blob/master/rootfs/bin/create-bucket#L27
REPRODUCING THE BUG
Using a period in BUCKET_NAME causes
helm install -f values.yaml deis/workflow --namespace=deis
to fail with this error:A POSSIBLE FIX
Not sure how to create a test for this (I just started using Deis 4 days ago), but, a hacky test is this: