Skip to content

Commit

Permalink
modified: src/terraform-operator-crds/templates/workspace.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
obervinov committed Jan 13, 2025
1 parent 71f69bf commit dd589b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/terraform-operator-crds/templates/workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit dd589b0

Please sign in to comment.