File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
cluster/manifests/deployment-service Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 20
20
ml-experiment-deployment-role-arn : " arn:aws:iam::{{accountID .Cluster.InfrastructureAccount}}:role/{{.Cluster.LocalID}}-deployment-service-ml-experiment-deployment"
21
21
{{- end }}
22
22
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 }}
24
26
cloudformation-allow-update-source-branch-changes : " {{.Cluster.ConfigItems.deployment_service_cf_update_source_branch_changes}}"
You can’t perform that action at this time.
0 commit comments