File tree Expand file tree Collapse file tree 1 file changed +8
-11
lines changed
charts/gitops-runtime/templates/_components/gitops-operator/crds Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -151,15 +151,14 @@ spec:
151
151
properties :
152
152
items :
153
153
properties :
154
- jsonPath :
154
+ path :
155
155
minLength : 1
156
- pattern : ^\$[.\[\]'"0-9a-zA-Z_*?@()]*$
157
156
type : string
158
157
value :
159
158
minLength : 1
160
159
type : string
161
160
required :
162
- - jsonPath
161
+ - path
163
162
- value
164
163
type : object
165
164
minItems : 1
@@ -209,15 +208,14 @@ spec:
209
208
properties :
210
209
items :
211
210
properties :
212
- jsonPath :
211
+ path :
213
212
minLength : 1
214
- pattern : ^\$[.\[\]'"0-9a-zA-Z_*?@()]*$
215
213
type : string
216
214
value :
217
215
minLength : 1
218
216
type : string
219
217
required :
220
- - jsonPath
218
+ - path
221
219
- value
222
220
type : object
223
221
minItems : 1
@@ -407,15 +405,14 @@ spec:
407
405
properties :
408
406
items :
409
407
properties :
410
- jsonPath :
408
+ path :
411
409
minLength : 1
412
- pattern : ^\$[.\[\]'"0-9a-zA-Z_*?@()]*$
413
410
type : string
414
411
value :
415
412
minLength : 1
416
413
type : string
417
414
required :
418
- - jsonPath
415
+ - path
419
416
- value
420
417
type : object
421
418
minItems : 1
@@ -461,7 +458,7 @@ spec:
461
458
commitSha :
462
459
maxLength : 40
463
460
minLength : 7
464
- pattern : ^[A-Fa-f0-9]+$
461
+ pattern : ( ^[A-Fa-f0-9]+$|^<any-commit>$)
465
462
type : string
466
463
phase :
467
464
description : PromoteAppWithCommitPhase
@@ -574,7 +571,7 @@ spec:
574
571
commitSha :
575
572
maxLength : 40
576
573
minLength : 7
577
- pattern : ^[A-Fa-f0-9]+$
574
+ pattern : ( ^[A-Fa-f0-9]+$|^<any-commit>$)
578
575
type : string
579
576
phase :
580
577
description : VerifyAppPhase
You can’t perform that action at this time.
0 commit comments