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
Hi,
for future reference, https://github.com/openvnf/sftp-server/blob/master/templates/deployment.yaml#L83
is rendered like this :
resources: limits: cpu: 100m memory: 128Mi requests: cpu: 100m memory: 128Mi
it is rendered as expected if I change it to :
resources: {{ toYaml .Values.resources.sftp | indent 12 }}
The text was updated successfully, but these errors were encountered:
Helm2 is deprecated, suggest to close this issue
Sorry, something went wrong.
No branches or pull requests
Hi,
for future reference,
https://github.com/openvnf/sftp-server/blob/master/templates/deployment.yaml#L83
is rendered like this :
it is rendered as expected if I change it to :
The text was updated successfully, but these errors were encountered: