You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am using cert-manager to generate self signed certificate, then attached to bitnami mongodb Helm Charts. however cert-manager / bitnami mongodb doesn't allow to specify the tls key and crt. I am using this replicator to replicate my secrets, and I hope that replicator could have this feature.
Is your feature request related to a problem? Please describe.
I am using cert-manager to generate self signed certificate, then attached to bitnami mongodb Helm Charts. however cert-manager / bitnami mongodb doesn't allow to specify the tls key and crt. I am using this replicator to replicate my secrets, and I hope that replicator could have this feature.
https://artifacthub.io/packages/helm/bitnami/mongodb?modal=values&path=tls.caCert
https://cert-manager.io/docs/configuration/selfsigned/
Describe the solution you'd like
add a new annotations
if not specified, just keep as is
If not found, ignore
It could be multiline string, key=val separated by comma (,) or semi colon (;)
Results:
The text was updated successfully, but these errors were encountered: