Closed wyattfry closed 1 year ago
https://github.com/camunda-community-hub/camunda-8-helm-profiles/blob/cb70807aa12929b2bb762b9a4f3bf0d9ac9c5ded/azure/ingress/nginx/tls/Makefile#L52-L53
This did not work for me as-is, got this error from helm:
Error: YAML parse error on ingress-nginx/templates/controller-service.yaml: error converting YAML to JSON: yaml: line 4: did not find expected key
Fixed by changing lines to this:
--set controller.service.annotations."nginx\.ingress\.kubernetes\.io/ssl-redirect"="true" \ --set controller.service.annotations."cert-manager\.io/cluster-issuer"="letsencrypt"
I think this was addressed 👍
https://github.com/camunda-community-hub/camunda-8-helm-profiles/blob/cb70807aa12929b2bb762b9a4f3bf0d9ac9c5ded/azure/ingress/nginx/tls/Makefile#L52-L53
This did not work for me as-is, got this error from helm:
Fixed by changing lines to this: