Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Perrin <guillaume28.perrin@gmail.com>
  • Loading branch information
guillomep committed Apr 19, 2024
1 parent a8fedd8 commit e32c462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: deploy openldap-stack-ha-disable-ldap-port
shell: bash
run: |
helm delete openldap-stack-ha
helm delete -n single openldap-stack-ha
cd "$GITHUB_WORKSPACE"
kubectl -n no-ldap-port create secret generic custom-cert --from-file=./tls.crt --from-file=./tls.key --from-file=./ca.crt
helm install openldap-stack-ha -n no-ldap-port --create-namespace -f .bin/disbaleLdpaPort.yaml .
Expand Down

0 comments on commit e32c462

Please sign in to comment.