camunda / camunda-platform-helm

Camunda Platform 8 Self-Managed Helm charts
https://docs.camunda.io/docs/self-managed/overview/
Apache License 2.0
71 stars 130 forks source link

Create a Windows version of the patch.bat post renderer script for Open Shift #439

Open vincentgiraud opened 1 year ago

vincentgiraud commented 1 year ago

Describe the use case: As a DevOps I want to be able to Helm install from a Windows computer on Open Shift

We are required to adapt (hence debug) the Helm charts from a Windows workstation, for Open Shift private deployement. For this we have to use the post renderer script https://github.com/camunda/camunda-platform-helm/tree/main/openshift#using-a-post-renderer Note: we can't allow the user/service account which will deploy your chart to use the anyuid or nonroot SCC.

Describe the enhancement/feature: To create a patch.exe version of: https://github.com/camunda/camunda-platform-helm/blob/main/openshift/patch.sh

Desired outcome and acceptance tests: Deployment will end up with properly installed Elasticsearch, Keycloak and Postgresql.

criew commented 1 year ago

Same issue here...