You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fission/Kubernetes version
Fission: 1.20.1
Kubernetes: 1.24.17
Kubernetes platform (e.g. Google Kubernetes Engine)
EKS
Describe the bug
According to values.yaml you can specify resource requests/limits for the fission webhook deployment. However this does not work in practice because the webhook-service deployment template does not fill these values in.
To Reproduce
Install chart with values.yaml with the resources under webhook: uncommented
Expected result
Webhook deployment should be deployed with resource requests and limits
Actual result
Webhook deployment does not have any resource configuration