Skip to content

Commit aee46af

Browse files
aermakov-zalandomikkeloscar
authored andcommitted
Stackset schema: validate stackTemplate.metadata (#177)
Signed-off-by: Alexey Ermakov <[email protected]>
1 parent ac2b3c2 commit aee46af

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/stackset_crd.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,16 @@ spec:
9696
minimum: 1
9797
stackTemplate:
9898
properties:
99+
metadata:
100+
properties:
101+
annotations:
102+
additionalProperties:
103+
type: string
104+
type: object
105+
labels:
106+
additionalProperties:
107+
type: string
108+
type: object
99109
spec:
100110
properties:
101111
version:

0 commit comments

Comments
 (0)