Skip to content

Commit

Permalink
typo'd
Browse files Browse the repository at this point in the history
  • Loading branch information
rmb938 committed Nov 13, 2024
1 parent ec81819 commit e2f8403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/warpstream-agent/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
- -kafkaTLS
- -tlsServerCertFile=/etc/private/ssl/agent/tls.crt
- -tlsServerPrivateKeyFile=/etc/private/ssl/agent/tls.key
{{- if .Values..mtls.enabled }}
{{- if .Values.certificate.mtls.enabled }}
- -requireMTLSAuthentication
{{- if .Values.certificate.mtls.certificateAuthoritySecretKeyRef.name }}
- -tlsClientCACertFile=/etc/private/ssl/agent-mtls/{{ .Values.certificate.mtls.certificateAuthoritySecretKeyRef.key }}
Expand Down

0 comments on commit e2f8403

Please sign in to comment.