We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc3cc11 commit 85e367cCopy full SHA for 85e367c
.github/workflows/deployment.yml
@@ -27,12 +27,6 @@ jobs:
27
run: |
28
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
29
30
- - name: RemoveWeb
31
- uses: WyriHaximus/github-action-helm3@v3
32
- with:
33
- exec: /usr/local/bin/helm uninstall gitdataweb --namespace gitdata --ignore-not-found
34
- kubeconfig: ${{ secrets.KUBECONTENT }}
35
- overrule_existing_kubeconfig: 'true'
36
- name: DeployWeb
37
uses: WyriHaximus/github-action-helm3@v3
38
with:
0 commit comments