Closed philgin closed 1 year ago
It inherits from default value here:
Try to override it with empty object or empty array.
I organised AWS EKS ERPNext (No Fargate) related docs here https://gitlab.com/castlecraft/aws-eks-erpnext
Some pods need to run full time, serverless for them makes no sense. Instead check auto scale.
@revant Thank you. Great work!
Description of the issue
I'm trying to install erpnext on EKS with Fargate profile testing with minimal configuration:
Context information (for bug reports)
CAP_CHOWN doesn't seem to be supported on Fargate so I set
securityContext: {}
but somehow it's still gettting set on deploymentSteps to reproduce the issue
helm install test-app frappe/erpnext -f <the minimal yaml created above to isolate the issue>
Observed result
Expected result
successful deployment
Stacktrace / full error message if available