Skip to content

Commit f8dff39

Browse files
author
Ubuntu
committed
debug ci
1 parent 1b6f093 commit f8dff39

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/actions/setup/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
kubectl apply -f https://projectcontour.io/quickstart/contour.yaml
3030
kubectl patch daemonsets -n projectcontour envoy -p '{"spec":{"template":{"spec":{"nodeSelector":{"ingress-ready":"true"}}}}}'
3131
- name: setup chaos mesh
32-
if: {{ inputs.install-chaos }}
32+
if: ${{ inputs.install-chaos }}
3333
shell: bash
3434
run: |
3535
curl -sSL https://mirrors.chaos-mesh.org/v2.6.2/install.sh | bash -s -- --local kind

.github/workflows/ci-singlenode.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
kubectl create secret generic my-super-secret -n single --from-literal=LDAP_ADMIN_PASSWORD=Not@SecurePassw0rd --from-literal=LDAP_CONFIG_ADMIN_PASSWORD=Not@SecurePassw0rd
2121
helm install openldap-stack-ha -n single -f .bin/singleNode.yaml .
2222
kubectl rollout status sts openldap-stack-ha -n single
23+
kubectl logs -n single openldap-stack-ha-0
2324
- name: verify single node deployment
2425
shell: bash
2526
run: |

0 commit comments

Comments
 (0)