Skip to content
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

quickstart: Fix podman support #1227

Open
wants to merge 1 commit into
base: I25938a3a549a28fc768a8b09f3d68a0327e1eb11
Choose a base branch
from

Conversation

ethan-readyset
Copy link
Contributor

Previously, our quickstart compose files were not working with podman
because the literal true in yaml was being converted to a boolean
value in Python instead of a string, which leads to env vars being set
like ENV_VAR=True, since the Python literal for "true" is True. To
fix this, this commit wraps the boolean literals in our compose files in
quotes.

Previously, our quickstart compose files were not working with `podman`
because the literal `true` in yaml was being converted to a boolean
value in Python instead of a string, which leads to env vars being set
like `ENV_VAR=True`, since the Python literal for "true" is `True`. To
fix this, this commit wraps the boolean literals in our compose files in
quotes.

Change-Id: I3ca1c9bc180e8df2a6cedf3f3208a34828939b35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant