File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 99
1010 spring.ssl.bundle.pem.mongodb-ssl-bundle.reload-on-update=true
1111 spring.ssl.bundle.pem.mongodb-ssl-bundle.truststore.certificate=file:/workspace/config/{{ .Values.mongodb.tlsSecretCaKey }}
12- spring.ssl.bundle.pem.mongodb-ssl-bundle.keystore.private-key=file:/workspace/config/{{ .Values.mongodb.tlsCertKey }}
12+ # spring.ssl.bundle.pem.mongodb-ssl-bundle.keystore.private-key=file:/workspace/config/...
1313
1414 spring.data.mongodb.uri={{ .Values.mongodb.uri }}
1515 spring.data.mongodb.ssl.enabled=true
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ affinity: {}
114114mongodb :
115115 tlsSecretname : mysecret
116116 tlsSecretCaKey : ca.crt
117- tlsCertKey : tls.crt
117+
118118 uri : mongodb://admin:password@localhost:27017/mydb
119119
120120otlp :
You can’t perform that action at this time.
0 commit comments