Skip to content

Commit e7712db

Browse files
committed
feat: Update deployment workflow for Helm uninstallation
1 parent 385b585 commit e7712db

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/deployment.yml

-8
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,6 @@ jobs:
2727
run: |
2828
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
2929
30-
31-
- name: RemoveOs
32-
uses: WyriHaximus/github-action-helm3@v3
33-
with:
34-
exec: /usr/local/bin/helm uninstall gitdataos --namespace gitdata
35-
kubeconfig: ${{ secrets.KUBECONTENT }}
36-
overrule_existing_kubeconfig: 'true'
37-
3830
- name: DeployOs
3931
uses: WyriHaximus/github-action-helm3@v3
4032
with:

0 commit comments

Comments
 (0)