From e86983ad29d0b4ab1f02b988049946541cffc3df Mon Sep 17 00:00:00 2001 From: Razz4780 Date: Tue, 14 May 2024 17:30:55 +0200 Subject: [PATCH] Typo fix --- mirrord-operator/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirrord-operator/templates/deployment.yaml b/mirrord-operator/templates/deployment.yaml index 6fe56ac..12f0f6e 100644 --- a/mirrord-operator/templates/deployment.yaml +++ b/mirrord-operator/templates/deployment.yaml @@ -59,7 +59,7 @@ spec: - name: OPERATOR_LICENSE_PATH value: /license/license.pem {{- else if .Values.license.key }} - {{- if .Value.agentTls }} + {{- if .Values.agentTls }} - name: OPERATOR_AGENT_CONNECTION_TLS value: "true" {{- end }}