Commit f8dff39 Ubuntu
committed
1 parent 1b6f093 commit f8dff39 Copy full SHA for f8dff39
File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 29
29
kubectl apply -f https://projectcontour.io/quickstart/contour.yaml
30
30
kubectl patch daemonsets -n projectcontour envoy -p '{"spec":{"template":{"spec":{"nodeSelector":{"ingress-ready":"true"}}}}}'
31
31
- name : setup chaos mesh
32
- if : {{ inputs.install-chaos }}
32
+ if : $ {{ inputs.install-chaos }}
33
33
shell : bash
34
34
run : |
35
35
curl -sSL https://mirrors.chaos-mesh.org/v2.6.2/install.sh | bash -s -- --local kind
Original file line number Diff line number Diff line change 20
20
kubectl create secret generic my-super-secret -n single --from-literal=LDAP_ADMIN_PASSWORD=Not@SecurePassw0rd --from-literal=LDAP_CONFIG_ADMIN_PASSWORD=Not@SecurePassw0rd
21
21
helm install openldap-stack-ha -n single -f .bin/singleNode.yaml .
22
22
kubectl rollout status sts openldap-stack-ha -n single
23
+ kubectl logs -n single openldap-stack-ha-0
23
24
- name : verify single node deployment
24
25
shell : bash
25
26
run : |
You can’t perform that action at this time.
0 commit comments