Skip to content

Commit 9b6575d

Browse files
committed
Probe when annotated segments or default segments.
Signed-off-by: Rodrigo Reis <[email protected]>
1 parent 8b8905c commit 9b6575d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cluster/manifests/deployment-service/01-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ data:
2020
ml-experiment-deployment-role-arn: "arn:aws:iam::{{accountID .Cluster.InfrastructureAccount}}:role/{{.Cluster.LocalID}}-deployment-service-ml-experiment-deployment"
2121
{{- end }}
2222
cloudformation-enable-auto-expand: "{{.Cluster.ConfigItems.deployment_service_cf_auto_expand_enabled}}"
23-
probe-for-traffic-segments: "{{.Cluster.ConfigItems.stackset_enable_traffic_segments}}"
23+
{{- if or (eq .Cluster.ConfigItems.stackset_enable_traffic_segments "true") (eq .Cluster.ConfigItems.stackset_annotated_traffic_segments "true") }}
24+
probe-for-traffic-segments: "true"
25+
{{- end }}
2426
cloudformation-allow-update-source-branch-changes: "{{.Cluster.ConfigItems.deployment_service_cf_update_source_branch_changes}}"

0 commit comments

Comments
 (0)