...
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 for creating the required secret.
Single Page Application
Breaking changes
...