Skip to content

Commit d27afc4

Browse files
authored
Update Helm chart setup to include ingesting host
1 parent 5deed93 commit d27afc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: 1. Add Helm repository
2727
run: helm repo add betterstack-logs https://betterstackhq.github.io/logs-helm-chart && helm repo update
2828
- 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
29+
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
3030
- name: 3. Deploy the chart
3131
run: helm install betterstack-logs betterstack-logs/betterstack-logs -f values.yaml
3232

0 commit comments

Comments
 (0)