Skip to content

Commit

Permalink
fix uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
rigazilla committed Jan 16, 2024
1 parent ee803a9 commit f5d8567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
kubectl create namespace helm-test
helm install example-infinispan . -n helm-test --set deploy.replicas=2
kubectl wait --for=condition=Ready pods -lapp=infinispan-pod -n helm-test --timeout=300s
helm uninstall example-infinispan . -n helm-test
helm uninstall example-infinispan -n helm-test
- name: Testing TLS
run: |
kubectl create namespace helm-test
helm install example-infinispan . -n helm-test f values-tls.yaml --set deploy.replicas=2
kubectl wait --for=condition=Ready pods -lapp=infinispan-pod -n helm-test --timeout=300s
helm uninstall example-infinispan . -n helm-test
helm uninstall example-infinispan -n helm-test

0 comments on commit f5d8567

Please sign in to comment.