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 09c0038 commit a27a37eCopy full SHA for a27a37e
charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml
@@ -522,7 +522,7 @@ spec:
522
commitSha:
523
maxLength: 40
524
minLength: 7
525
- pattern: (^[A-Fa-f0-9]+$|^<any-commit>$)
+ pattern: (^[A-Fa-f0-9]+$|^<no-changes>$)
526
type: string
527
type: object
528
phase:
@@ -580,7 +580,7 @@ spec:
580
581
582
583
584
585
586
0 commit comments