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

Deployment resources rendered wrongly with Helm 2.15.1 #9

Open
l15k4 opened this issue Nov 27, 2019 · 1 comment
Open

Deployment resources rendered wrongly with Helm 2.15.1 #9

l15k4 opened this issue Nov 27, 2019 · 1 comment

Comments

@l15k4
Copy link

l15k4 commented Nov 27, 2019

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 }}
@l15k4 l15k4 changed the title Deployment resources rendered wrongly in with Helm 2.15.1 Deployment resources rendered wrongly with Helm 2.15.1 Nov 27, 2019
@WebSpider
Copy link

Helm2 is deprecated, suggest to close this issue

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

No branches or pull requests

2 participants