Skip to content

Commit 63cd936

Browse files
committed
fix certficate to match common name of svc
1 parent 2394a62 commit 63cd936

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.bin/certificate.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ kind: Certificate
3131
metadata:
3232
name: custom-cert
3333
spec:
34-
commonName: openldap.default.svc
34+
commonName: openldap-stack-ha.default.svc
3535
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"
3939
secretName: custom-cert
4040
issuerRef:
4141
name: selfsigned-ca

.github/workflows/ci-ha.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ jobs:
4848
- name: fetch logs
4949
shell: bash
5050
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
5757
- name: apply chaos tests
5858
shell: bash
5959
run: |

0 commit comments

Comments
 (0)