Skip to content

Commit

Permalink
Fix lookout TLS Secret (#4093)
Browse files Browse the repository at this point in the history
  • Loading branch information
d80tb7 authored Dec 13, 2024
1 parent 67f1177 commit 3bddd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/lookout-v2/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ spec:
{{- if .Values.applicationConfig.tls.enabled }}
- name: tls-certs
secret:
secretName: lookout-service-tls-v2
secretName: {{ include "lookout_v2.name" . }}-service-tls
{{- end }}
{{- if .Values.additionalVolumes }}
{{- toYaml .Values.additionalVolumes | nindent 8 }}
Expand Down

0 comments on commit 3bddd53

Please sign in to comment.