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
Describe the bug
the forecastle chart creates a duplicate security context when you set .Values.forecastle.deployment.securityContext resulting in an invalid manifest.
To Reproduce
helm deploy forecastle with securityContext set under .Values.forecastle.deployment.securityContext will result in the following error:
Helm install failed for release forecastle/forecastle with chart [email protected]: error while running post render on files: map[string]interface {}(nil): yaml: unmarshal errors:
line 46: mapping key "securityContext" already defined at line 35
Expected behavior
A clean helm install
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Operator Version:
Kubernetes/OpenShift Version: EKS
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
the forecastle chart creates a duplicate security context when you set .Values.forecastle.deployment.securityContext resulting in an invalid manifest.
To Reproduce
helm deploy forecastle with securityContext set under .Values.forecastle.deployment.securityContext will result in the following error:
Helm install failed for release forecastle/forecastle with chart [email protected]: error while running post render on files: map[string]interface {}(nil): yaml: unmarshal errors:
line 46: mapping key "securityContext" already defined at line 35
Expected behavior
A clean helm install
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: