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

add configurable runtime parameters to chart #165

Merged
merged 1 commit into from
Jul 13, 2018
Merged

add configurable runtime parameters to chart #165

merged 1 commit into from
Jul 13, 2018

Conversation

xiekeyang
Copy link
Contributor

This is to add configurable runtime parameters, such as grace period, debug enable, to chart.

Copy link
Member

@erwinvaneyk erwinvaneyk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @xiekeyang - thank you for this very useful PR! Other than a couple of minor issues with the comments, it LGTM 👍

# Enable Debug Message?
debug: false

# pod deleting grace period
Copy link
Member

@erwinvaneyk erwinvaneyk Jul 13, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It probably helps users to add the unit of the period (which is seconds?) to this description.
Something like: # Pod deleting grace period in seconds
`

runtime:
image: "{{ .Values.envImage }}:{{.Values.tag}}"
container:
command: ["/fission-workflows-bundle"]
args: [
# Only run components related to accessing the API
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comment is not true for the workflow environment; could you instead replace it with a description why we override the settings of https://github.com/fission/fission-workflows/blob/master/build/runtime-env/Dockerfile#L21 ?
Something like # Override workflow env CMD to optionally enable --debug

@xiekeyang
Copy link
Contributor Author

@erwinvaneyk Thanks for your review. They are fixed, PTAL.

@erwinvaneyk
Copy link
Member

Thanks @xiekeyang 🎉

@erwinvaneyk erwinvaneyk merged commit 790d61d into fission:master Jul 13, 2018
@xiekeyang xiekeyang deleted the chart-values branch July 13, 2018 09:22
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.

2 participants