Skip to content

Commit

Permalink
Update helm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chbinousamy authored Jan 31, 2024
1 parent 551392a commit 409278c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,11 @@ jobs:
kubectl get nodes -o wide
kubectl get pods -A
- name: Install Helm
run: |
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
chmod 700 get_helm.sh
./get_helm.sh
- name: Deploy nginx
run: |
kubectl create deployment --image=nginx nginx-app
kubectl expose deployment nginx-app --port=80 --name=nginx-http
curl http://localhost
kubectl get service --all-namespaces
- name: Export logs
if: always()
Expand Down

0 comments on commit 409278c

Please sign in to comment.