From dd589b0ce72e543393ebbd487ab78ffaae77ee14 Mon Sep 17 00:00:00 2001 From: obervinov Date: Mon, 13 Jan 2025 14:56:15 +0400 Subject: [PATCH] modified: src/terraform-operator-crds/templates/workspace.yaml --- src/terraform-operator-crds/templates/workspace.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/terraform-operator-crds/templates/workspace.yaml b/src/terraform-operator-crds/templates/workspace.yaml index 0059e6e0..0ca44c60 100644 --- a/src/terraform-operator-crds/templates/workspace.yaml +++ b/src/terraform-operator-crds/templates/workspace.yaml @@ -18,7 +18,7 @@ metadata: namespace: {{ $namespace }} spec: {{ $agentExecutionMode := default $agent.executionMode .executionMode }} - {{- if $agentExecutionMode == "remote" }} + {{- if eq $agentExecutionMode "remote" }} agentPool: name: {{ $agent.agentPool }} {{- end }}