File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
cluster/manifests/deployment-service Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 97
97
status :
98
98
description : CDPResourceCleanupTaskStatus is the status part of the CDPResourceCleanupTask.
99
99
properties :
100
+ finishedAt :
101
+ description : |-
102
+ The timestamp when this resource cleanup task has finished.
103
+ The main purpose is to be able to determine age of finished tasks and clean them up.
104
+ format : date-time
105
+ type : string
100
106
phase :
101
107
default : Created
102
108
description : |-
Original file line number Diff line number Diff line change 29
29
terminationGracePeriodSeconds : 300
30
30
containers :
31
31
- name : " deployment-service-controller"
32
- image : " container-registry.zalando.net/teapot/deployment-controller:master-220 "
32
+ image : " container-registry.zalando.net/teapot/deployment-controller:master-222 "
33
33
args :
34
34
- " --config-namespace=kube-system"
35
35
- " --decrypt-kms-alias-arn=arn:aws:kms:{{ .Cluster.Region }}:{{ .Cluster.InfrastructureAccount | getAWSAccountID }}:alias/deployment-secret"
You can’t perform that action at this time.
0 commit comments