We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 resources section configuration in Helm Chart
Something like below (in hop-deployement.yaml file)
hop-deployement.yaml
// Some comments here apiVersion: apps/v1 kind: Deployment ... spec: template: spec: containers: resources: {{- toYaml .Values.resources | nindent 12 }}
Priority: 3
Component: Containers
The text was updated successfully, but these errors were encountered:
I've got the willing to submit a PR
Sorry, something went wrong.
@scali , We love PR's ! feel free to create one!
16d7353
Merge pull request #2051 from scali/master
4cbf496
Fix #2049 : Add resources configuration Helm Chart
No branches or pull requests
What would you like to happen?
Add resources section configuration in Helm Chart
Something like below (in
hop-deployement.yaml
file)Issue Priority
Priority: 3
Issue Component
Component: Containers
The text was updated successfully, but these errors were encountered: