Skip to content

Commit

Permalink
fix: remove duplicate statsd keys (#15363)
Browse files Browse the repository at this point in the history
Co-authored-by: kyleromines <[email protected]>
  • Loading branch information
octavia-squidington-iii and kyleromines committed Feb 25, 2025
1 parent ba5e471 commit 65ba6fa
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions charts/airbyte-server/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,16 +150,6 @@ spec:
configMapKeyRef:
name: {{ .Release.Name }}-airbyte-env
key: SEGMENT_WRITE_KEY
- name: STATSD_HOST
valueFrom:
configMapKeyRef:
name: {{ .Release.Name }}-airbyte-env
key: STATSD_HOST
- name: STATSD_PORT
valueFrom:
configMapKeyRef:
name: {{ .Release.Name }}-airbyte-env
key: STATSD_PORT
- name: TRACKING_STRATEGY
valueFrom:
configMapKeyRef:
Expand Down

0 comments on commit 65ba6fa

Please sign in to comment.