Skip to content

Commit fb8a8ef

Browse files
committed
fix unit-test
1 parent 1c3c592 commit fb8a8ef

File tree

1 file changed

+6
-0
lines changed
  • pkg/controller/perconaservermongodb/testdata/reconcile-statefulset

1 file changed

+6
-0
lines changed

pkg/controller/perconaservermongodb/testdata/reconcile-statefulset/cfg-hidden.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@ spec:
115115
- readiness
116116
- --component
117117
- mongod
118+
- --ssl
119+
- --sslInsecure
120+
- --sslCAFile
121+
- /etc/mongodb-ssl/ca.crt
122+
- --sslPEMKeyFile
123+
- /tmp/tls.pem
118124
failureThreshold: 3
119125
initialDelaySeconds: 10
120126
periodSeconds: 3

0 commit comments

Comments
 (0)