Skip to content

Commit 28e7c63

Browse files
committed
update crd
1 parent cc89beb commit 28e7c63

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,13 @@ spec:
258258
additionalProperties:
259259
type: string
260260
type: object
261+
stage:
262+
type: string
263+
uid:
264+
maxLength: 36
265+
minLength: 36
266+
pattern: ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
267+
type: string
261268
workflowTemplateName:
262269
maxLength: 253
263270
minLength: 1
@@ -526,9 +533,12 @@ spec:
526533
description: NodePhase is a label for the condition
527534
of a node at the current time.
528535
type: string
536+
templateName:
537+
type: string
529538
required:
530539
- name
531540
- phase
541+
- templateName
532542
type: object
533543
type: array
534544
phase:

0 commit comments

Comments
 (0)