Skip to content

Commit bb2d4f1

Browse files
authored
fix(sourcegraph): do not render SSLMODE twice for grafana sts (#627)
regression from #617 it'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
1 parent bbc52d1 commit bb2d4f1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

charts/sourcegraph/templates/_helpers.tpl

-7
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)