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 5deed93 commit d27afc4Copy full SHA for d27afc4
.github/workflows/test.yaml
@@ -26,7 +26,7 @@ jobs:
26
- name: 1. Add Helm repository
27
run: helm repo add betterstack-logs https://betterstackhq.github.io/logs-helm-chart && helm repo update
28
- name: 2. Set up Helm chart
29
- run: sed 's/$SOURCE_TOKEN/${{ secrets.HELM_E2E_TEST_SOURCE_TOKEN }}/g' .github/helm-values-template.yaml > values.yaml
+ run: sed -e 's/$SOURCE_TOKEN/${{ secrets.HELM_E2E_TEST_SOURCE_TOKEN }}/g' -e 's/$INGESTING_HOST/${{ secrets.HELM_E2E_TEST_INGESTING_HOST }}/g' .github/helm-values-template.yaml > values.yaml
30
- name: 3. Deploy the chart
31
run: helm install betterstack-logs betterstack-logs/betterstack-logs -f values.yaml
32
0 commit comments