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 61c05d3 commit fe3ccb7Copy full SHA for fe3ccb7
.github/workflows/test-chart.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Install Helm
39
run: |
40
- curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
+ curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | DEBUG=true bash
41
42
- name: Verify Helm installation
43
run: helm version
@@ -65,4 +65,4 @@ jobs:
65
- name: Check Helm release status
66
67
helm status test-chart --namespace netbird
68
-
+
0 commit comments