mirror of
https://github.com/bitnami/charts.git
synced 2026-03-05 06:47:25 +08:00
[bitnami/mongodb] Fixed hidden node headless service name in TLS (#6281)
Co-authored-by: deveshkumar <devesh.kumar@widas.de>
This commit is contained in:
@@ -119,7 +119,7 @@ spec:
|
||||
- |
|
||||
/bin/bash <<'EOF'
|
||||
my_hostname=$(hostname)
|
||||
svc=$(echo -n "$my_hostname" | sed s/-[0-9]*$//)-hidden-headless
|
||||
svc=$(echo -n "$my_hostname" | sed s/-[0-9]*$//)-headless
|
||||
cp /certs/CAs/* /certs/
|
||||
cat >/certs/openssl.cnf <<EOL
|
||||
[req]
|
||||
|
||||
Reference in New Issue
Block a user