Skip to content

Commit 5deed93

Browse files
authored
Update Helm values template (add $INGESTING_HOST)
1 parent 2ea14f4 commit 5deed93

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/helm-values-template.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1-
# config for Minikube with disabled TLS
1+
# config with disabled TLS (e.g. for Minikube)
22
vector:
33
customConfig:
44
sinks:
55
better_stack_http_sink:
6+
uri: "https://$INGESTING_HOST/"
67
auth:
7-
token: $SOURCE_TOKEN
8+
strategy: "bearer"
9+
token: "$SOURCE_TOKEN"
810
better_stack_http_metrics_sink:
11+
uri: "https://$INGESTING_HOST/metrics"
912
auth:
10-
token: $SOURCE_TOKEN
13+
strategy: "bearer"
14+
token: "$SOURCE_TOKEN"
1115
sources:
1216
better_stack_kubernetes_metrics_nodes:
1317
tls:

0 commit comments

Comments
 (0)