@@ -101,9 +101,9 @@ jobs:
101101 resource-types : deployments
102102 wait : true
103103 - kubernetes/create-or-update-resource :
104- # get-rollout-status: true
104+ get-rollout-status : true
105105 resource-file-path : ./packages/deep-microservice-collection/k8s/deep-microservice-collection-deployment.yml
106- resource-name : deep-microservice-collection-deployment
106+ resource-name : deployment/ deep-microservice-collection-deployment
107107 show-kubectl-command : true
108108
109109
@@ -132,9 +132,9 @@ jobs:
132132 resource-types : deployments
133133 wait : true
134134 - kubernetes/create-or-update-resource :
135- # get-rollout-status: true
135+ get-rollout-status : true
136136 resource-file-path : ./packages/deep-microservice-analysis/k8s/deep-microservice-analysis-deployment.yml
137- resource-name : deep-microservice-analysis-deployment
137+ resource-name : deployment/ deep-microservice-analysis-deployment
138138 show-kubectl-command : true
139139
140140 build_and_deploy_microservice_gateway :
@@ -162,9 +162,9 @@ jobs:
162162 resource-types : deployments
163163 wait : true
164164 - kubernetes/create-or-update-resource :
165- # get-rollout-status: true
165+ get-rollout-status : true
166166 resource-file-path : ./packages/deep-microservice-gateway/k8s/deep-microservice-gateway-deployment.yml
167- resource-name : deep-microservice-gateway-deployment
167+ resource-name : deployment/ deep-microservice-gateway-deployment
168168 show-kubectl-command : true
169169
170170 build_ui :
0 commit comments