File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
manifests/deployment-service Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -945,6 +945,13 @@ deployment_service_tokeninfo_url: ""
945945deployment_service_lightstep_token : " "
946946deployment_service_ml_experiments_enabled : " true"
947947deployment_service_cf_auto_expand_enabled : " false"
948+ deployment_service_cf_update_source_branch_changes : " true"
949+ {{- if eq .Cluster.Environment "test" }}
950+ # disable CF update of source branch changes in test to avoid updating CF stacks
951+ # on any PR.
952+ deployment_service_cf_update_source_branch_changes : " false"
953+ {{- end }}
954+
948955
949956# Will be dropped after the migration
950957deployment_service_enabled : " true"
Original file line number Diff line number Diff line change 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+ probe-for-traffic-segments : " {{.Cluster.ConfigItems.stackset_enable_traffic_segments}}"
24+ cloudformation-allow-update-source-branch-changes : " {{.Cluster.ConfigItems.deployment_service_cf_update_source_branch_changes}}"
Original file line number Diff line number Diff line change 2929 terminationGracePeriodSeconds : 300
3030 containers :
3131 - name : " deployment-service-controller"
32- image : " container-registry.zalando.net/teapot/deployment-controller:master-165 "
32+ image : " container-registry.zalando.net/teapot/deployment-controller:master-168 "
3333 args :
3434 - " --config-namespace=kube-system"
3535 - " --decrypt-kms-alias-arn=arn:aws:kms:{{ .Cluster.Region }}:{{ .Cluster.InfrastructureAccount | getAWSAccountID }}:alias/deployment-secret"
Original file line number Diff line number Diff line change 11{{ $image := "container-registry.zalando.net/teapot/deployment-status-service" }}
2- {{ $version := "master-165 " }}
2+ {{ $version := "master-168 " }}
33
44apiVersion : apps/v1
55kind : Deployment
You can’t perform that action at this time.
0 commit comments