...
added MongoDB TLS configuration
the new values are:
Code Block tls: enabled: false # TLS is disabled by default autoGenerated: false # Standardmäßig keine auto-generierten Zertifikate existingSecret: "" # Add Custom CA certificate caCert: "" # user defined CA certificate (base64 encoded) caKey: "" # CA certificate key (base64 encoded) mode: "requireTLS" # modes: allowTLS, preferTLS, requireTLS
Please check here /wiki/spaces/CDCM/pages/391938076 for creating the required secret.
This new Helm chart version addresses the issue raised in this ticket
Single Page Application
Breaking
...
Changes
no breaking changes in this release
...