feat: Change tls command line argument to conform with Redis (#276)

Change tls command line argument to conform with Redis

Signed-off-by: Oded Poncz <oded@poncz.com>

Signed-off-by: Oded Poncz <oded@poncz.com>
This commit is contained in:
odedponcz 2022-09-08 19:32:52 +03:00 committed by GitHub
parent a793125599
commit 0fbd1afa36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 15 deletions

View file

@ -71,8 +71,8 @@ spec:
{{- end }}
{{- if .Values.tls.enabled }}
- "--tls"
- "--tls_client_cert_file=/etc/dragonfly/tls/tls.crt"
- "--tls_client_key_file=/etc/dragonfly/tls/tls.key"
- "--tls_cert_file=/etc/dragonfly/tls/tls.crt"
- "--tls_key_file=/etc/dragonfly/tls/tls.key"
{{- end }}
resources:
{{- toYaml .Values.resources | nindent 12 }}

View file

@ -74,8 +74,8 @@ spec:
{{- end }}
{{- if .Values.tls.enabled }}
- "--tls"
- "--tls_client_cert_file=/etc/dragonfly/tls/tls.crt"
- "--tls_client_key_file=/etc/dragonfly/tls/tls.key"
- "--tls_cert_file=/etc/dragonfly/tls/tls.crt"
- "--tls_key_file=/etc/dragonfly/tls/tls.key"
{{- end }}
resources:
{{- toYaml .Values.resources | nindent 12 }}