Skip to content

Commit

Permalink
Update deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelmaliy authored May 5, 2021
1 parent dafeffd commit 65100a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sapbtp-operator-charts/templates/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
cpu: {{.Values.manager.cpu_limit}}
memory: {{.Values.manager.memory_limit}}
requests:
cpu: {.Values.manager.req_cpu_limit}}
cpu: {{.Values.manager.req_cpu_limit}}
memory: {{.Values.manager.req_memory_limit}}
volumeMounts:
- mountPath: /tmp/k8s-webhook-server/serving-certs
Expand Down

0 comments on commit 65100a5

Please sign in to comment.