Forecastle icon indicating copy to clipboard operation
Forecastle copied to clipboard

[BUG] the chart creates a duplicate security context under certain conditions

Open wy100101 opened this issue 8 months ago • 2 comments

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.

wy100101 avatar Jul 02 '24 01:07 wy100101