We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385b585 commit e7712dbCopy full SHA for e7712db
.github/workflows/deployment.yml
@@ -27,14 +27,6 @@ jobs:
27
run: |
28
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
29
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
38
- name: DeployOs
39
uses: WyriHaximus/github-action-helm3@v3
40
with:
0 commit comments