We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc89beb commit 28e7c63Copy full SHA for 28e7c63
charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml
@@ -258,6 +258,13 @@ spec:
258
additionalProperties:
259
type: string
260
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
268
workflowTemplateName:
269
maxLength: 253
270
minLength: 1
@@ -526,9 +533,12 @@ spec:
526
533
description: NodePhase is a label for the condition
527
534
of a node at the current time.
528
535
536
+ templateName:
537
529
538
required:
530
539
- name
531
540
- phase
541
+ - templateName
532
542
543
type: array
544
phase:
0 commit comments