File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ kind: Certificate
31
31
metadata :
32
32
name : custom-cert
33
33
spec :
34
- commonName : openldap.default.svc
34
+ commonName : openldap-stack-ha .default.svc
35
35
dnsNames :
36
- - " openldap.default.svc"
37
- - " openldap.default.svc.cluster.local"
38
- - " *.openldap-headless.default.svc.cluster.local"
36
+ - " openldap-stack-ha .default.svc"
37
+ - " openldap-stack-ha .default.svc.cluster.local"
38
+ - " *.openldap-stack-ha- headless.default.svc.cluster.local"
39
39
secretName : custom-cert
40
40
issuerRef :
41
41
name : selfsigned-ca
Original file line number Diff line number Diff line change @@ -48,12 +48,12 @@ jobs:
48
48
- name : fetch logs
49
49
shell : bash
50
50
run : |
51
- echo "kubectl logs openldap-0"
52
- kubectl logs openldap-0
53
- echo "kubectl logs openldap-1"
54
- kubectl logs openldap-1
55
- echo "kubectl logs openldap-2"
56
- kubectl logs openldap-2
51
+ echo "kubectl logs openldap-stack-ha- 0"
52
+ kubectl logs openldap-stack-ha- 0
53
+ echo "kubectl logs openldap-stack-ha- 1"
54
+ kubectl logs openldap-stack-ha- 1
55
+ echo "kubectl logs openldap-stack-ha- 2"
56
+ kubectl logs openldap-stack-ha- 2
57
57
- name : apply chaos tests
58
58
shell : bash
59
59
run : |
You can’t perform that action at this time.
0 commit comments