Skip to content

Commit 8d1f525

Browse files
committed
refactor: rename anchor
1 parent 233652a commit 8d1f525

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

charts/gitops-runtime/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ global:
193193
anchors:
194194
common-envs:
195195
# -- Telemetry configuration
196-
- &telemetry-config
196+
- &otel-config
197197
# -- Base endpoint URL for all OpenTelemetry signals.
198198
# Ref: https://opentelemetry.io/docs/languages/sdk-configuration/otlp-exporter/
199199
OTEL_EXPORTER_OTLP_ENDPOINT: 'http://localhost:4317'
@@ -581,7 +581,7 @@ app-proxy:
581581
cors: "https://g.codefresh.io"
582582
env:
583583
<<:
584-
- *telemetry-config
584+
- *otel-config
585585
# -- Level of logging for app-proxy
586586
CF_TELEMETRY_LOGS_LEVEL: 'info'
587587
# -- Level for logging HTTP requests
@@ -701,7 +701,7 @@ gitops-operator:
701701
tag: "2784cd5"
702702
env:
703703
<<:
704-
- *telemetry-config
704+
- *otel-config
705705
GITOPS_OPERATOR_VERSION: 0.11.1
706706
serviceAccount:
707707
create: true
@@ -870,11 +870,11 @@ event-reporters:
870870
cluster-event-reporter:
871871
env:
872872
<<:
873-
- *telemetry-config
873+
- *otel-config
874874
runtime-event-reporter:
875875
env:
876876
<<:
877-
- *telemetry-config
877+
- *otel-config
878878
# -- Redis-HA subchart replaces custom redis deployment when `redis-ha.enabled=true`
879879
# Ref: https://github.com/DandyDeveloper/charts/blob/master/charts/redis-ha/values.yaml
880880
redis-ha:

0 commit comments

Comments
 (0)