camunda-community-hub / camunda-8-helm-profiles

A collection of Helm values files for the Camunda Platform 8 Helm Chart
Apache License 2.0
19 stars 21 forks source link

Escape all periods in helm values #50

Closed wyattfry closed 1 year ago

wyattfry commented 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"
upgradingdave commented 1 year ago

I think this was addressed 👍