Skip to content

Commit c6937ac

Browse files
[Backport 6.0.x] fix(sourcegraph): do not render SSLMODE twice for grafana sts (#628)
regression from #617 it&#39;s now rendering `_SSLMODE` twice in the grafana sts ### Checklist - [ ] Follow the [manual testing process](https://github.com/sourcegraph/deploy-sourcegraph-helm/blob/main/TEST.md) - [ ] Update [changelog](https://github.com/sourcegraph/deploy-sourcegraph-helm/blob/main/charts/sourcegraph/CHANGELOG.md) - [ ] Update [Kubernetes update doc](https://docs.sourcegraph.com/admin/updates/kubernetes) ### Test plan CI <br> Backport bb2d4f1 from #627 Co-authored-by: Michael Lin <[email protected]>
1 parent bbc52d1 commit c6937ac

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

charts/sourcegraph/templates/_helpers.tpl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -216,13 +216,6 @@ app.kubernetes.io/name: jaeger
216216
secretKeyRef:
217217
key: sslmode
218218
name: {{ $secretName }}
219-
{{- if eq $service "grafana" }}
220-
- name: {{ printf "%sSSLMODE" $prefix }}
221-
valueFrom:
222-
secretKeyRef:
223-
key: sslmode
224-
name: {{ $secretName }}
225-
{{- end }}
226219
{{- end }}
227220

228221
{{- define "sourcegraph.dataSource" -}}

0 commit comments

Comments
 (0)