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 5d88b0c commit 7152858Copy full SHA for 7152858
.github/workflows/test.yaml
@@ -33,7 +33,7 @@ jobs:
33
- name: 2. Set up Helm chart
34
run: sed 's/$SOURCE_TOKEN/${{ secrets.HELM_E2E_TEST_SOURCE_TOKEN }}/g' .github/helm-values-template.yaml > values.yaml
35
- name: 3. Deploy the chart
36
- run: helm install ${{ matrix.release-name }} betterstack-logs/betterstack-logs -f values.yaml ${{ matrix.namespace-arg }}
+ run: helm install ${{ matrix.release-name }} ../.. -f values.yaml ${{ matrix.namespace-arg }}
37
38
- name: List the used Helm release version
39
run: helm list -A
0 commit comments