camunda / camunda-platform-helm

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

[ISSUE] identityKeycloak does not have an ingressClassName value #2019

Open hamza-m-masood opened 1 week ago

hamza-m-masood commented 1 week ago

Describe the issue:

There should be a following key in the values.yaml: identityKeycloak.ingress.ingressClassName Currently it does not exist.

Adding the above value would not conform with our current naming standard. All ingress classes are specified using the className value, not ingressClassName. For example: identity.ingress.className

Expected behavior:

Have a value in the values.yaml that specifies the ingress class name for keycloak.