Skip to content

Commit

Permalink
fix(sourcegraph): do not render SSLMODE twice for grafana sts
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellzc committed Jan 24, 2025
1 parent bbc52d1 commit 32d462c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions charts/sourcegraph/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -216,13 +216,6 @@ app.kubernetes.io/name: jaeger
secretKeyRef:
key: sslmode
name: {{ $secretName }}
{{- if eq $service "grafana" }}
- name: {{ printf "%sSSLMODE" $prefix }}
valueFrom:
secretKeyRef:
key: sslmode
name: {{ $secretName }}
{{- end }}
{{- end }}

{{- define "sourcegraph.dataSource" -}}
Expand Down

0 comments on commit 32d462c

Please sign in to comment.