Skip to content

Commit 405e2f2

Browse files
author
Kyle Cupp
committed
actuator: report selected zone for stateful workloads in the deployment.
1 parent 275b759 commit 405e2f2

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

chart/templates/crd/Deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ spec:
197197
type: boolean
198198
workload:
199199
type: number
200+
zone:
201+
type: string
200202
type: object
201203
type: array
202204
type: object

chart/templates/crd/DeploymentVersion.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ spec:
9595
type: object
9696
workload:
9797
type: number
98+
zone:
99+
type: string
98100
required:
99101
- org
100102
type: object

0 commit comments

Comments
 (0)