Skip to content

Commit

Permalink
fix setting secret
Browse files Browse the repository at this point in the history
  • Loading branch information
andracc committed Aug 29, 2024
1 parent 6d647f4 commit 8d18ca2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 5 additions & 4 deletions deploy/scripts/setup_files/cluster_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ clusters:
standard:
- nginx-ingress-controller
development:
- otel
- cert-manager
- nginx-ingress-controller
- otel
rancher:
- rancher-ui
cert-manager:
Expand Down Expand Up @@ -33,9 +33,9 @@ otel:
# the curly brace expression.
additional_args:
- --values
- ./setup_files/collector_config.yaml
- ./deploy/scripts/setup_files/collector_config.yaml
- --set
- honeycomb-secret=$HONEYCOMB_API_KEY
- config.exporters.otlp.headers.x-honeycomb-team={HONEYCOMB_API_KEY}

cert-manager:
repo:
Expand All @@ -47,7 +47,8 @@ cert-manager:
namespace: cert-manager
version: v1.12.3
wait: true
override: installCRDs=true
override:
installCRDs: true

nginx-ingress-controller:
repo:
Expand Down
3 changes: 2 additions & 1 deletion deploy/scripts/setup_files/collector_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ config:
# endpoint: "api.honeycomb.io:443"
endpoint: "https://api.honeycomb.io:443"
headers:
"x-honeycomb-team": honeycomb-secret
"x-honeycomb-team": ""
service:
telemetry:
logs:
level: "debug"
metrics: null
pipelines:
traces:
receivers:
Expand Down

0 comments on commit 8d18ca2

Please sign in to comment.