@@ -378,11 +378,16 @@ spec:
378
378
type : string
379
379
type : object
380
380
x-kubernetes-map-type : atomic
381
+ <<<<<<< HEAD
381
382
<<<<<<< HEAD
382
383
required :
383
384
- mountPath
384
385
=======
385
386
>>>>>>> 6c1a66ea8 (feat: PVC configuration and impl (#4750))
387
+ =======
388
+ required :
389
+ - mountPath
390
+ >>>>>>> b0a04af1d (fix: Refactor Operator to deploy all feast services to the same Deployment/Pod (#4863))
386
391
type : object
387
392
x-kubernetes-validations :
388
393
- message : One selection is required between ref and
@@ -473,12 +478,6 @@ spec:
473
478
x-kubernetes-validations :
474
479
- message : One selection required between file or store.
475
480
rule : ' [has(self.file), has(self.store)].exists_one(c, c)'
476
- replicas :
477
- description : |-
478
- Replicas determines the number of pods for the feast service.
479
- When Replicas > 1, persistence is recommended.
480
- format : int32
481
- type : integer
482
481
resources :
483
482
description : ResourceRequirements describes the compute resource
484
483
requirements.
@@ -861,11 +860,16 @@ spec:
861
860
type : string
862
861
type : object
863
862
x-kubernetes-map-type : atomic
863
+ <<<<<<< HEAD
864
864
<<<<<<< HEAD
865
865
required :
866
866
- mountPath
867
867
=======
868
868
>>>>>>> 6c1a66ea8 (feat: PVC configuration and impl (#4750))
869
+ =======
870
+ required :
871
+ - mountPath
872
+ >>>>>>> b0a04af1d (fix: Refactor Operator to deploy all feast services to the same Deployment/Pod (#4863))
869
873
type : object
870
874
x-kubernetes-validations :
871
875
- message : One selection is required between ref and
@@ -943,8 +947,8 @@ spec:
943
947
rule : ' (has(self.pvc) && has(self.path)) ? !self.path.startsWith('' /'' )
944
948
: true'
945
949
- message : Online store does not support S3 or GS buckets.
946
- rule : has(self.path) && ! self.path.startsWith('s3://')
947
- && ! self.path.startsWith('gs://')
950
+ rule : ' has(self.path) ? !( self.path.startsWith('' s3://' ' )
951
+ || self.path.startsWith('' gs://'' )) : true '
948
952
store :
949
953
description : OnlineStoreDBStorePersistence configures
950
954
the DB store persistence for the offline store service
@@ -992,12 +996,6 @@ spec:
992
996
x-kubernetes-validations :
993
997
- message : One selection required between file or store.
994
998
rule : ' [has(self.file), has(self.store)].exists_one(c, c)'
995
- replicas :
996
- description : |-
997
- Replicas determines the number of pods for the feast service.
998
- When Replicas > 1, persistence is recommended.
999
- format : int32
1000
- type : integer
1001
999
resources :
1002
1000
description : ResourceRequirements describes the compute resource
1003
1001
requirements.
@@ -1364,11 +1362,16 @@ spec:
1364
1362
type : string
1365
1363
type : object
1366
1364
x-kubernetes-map-type : atomic
1365
+ <<<<<<< HEAD
1367
1366
<<<<<<< HEAD
1368
1367
required :
1369
1368
- mountPath
1370
1369
=======
1371
1370
>>>>>>> 6c1a66ea8 (feat: PVC configuration and impl (#4750))
1371
+ =======
1372
+ required :
1373
+ - mountPath
1374
+ >>>>>>> b0a04af1d (fix: Refactor Operator to deploy all feast services to the same Deployment/Pod (#4863))
1372
1375
type : object
1373
1376
x-kubernetes-validations :
1374
1377
- message : One selection is required between ref
@@ -1994,11 +1997,16 @@ spec:
1994
1997
type : string
1995
1998
type : object
1996
1999
x-kubernetes-map-type : atomic
2000
+ <<<<<<< HEAD
1997
2001
<<<<<<< HEAD
1998
2002
required :
1999
2003
- mountPath
2000
2004
=======
2001
2005
>>>>>>> 6c1a66ea8 (feat: PVC configuration and impl (#4750))
2006
+ =======
2007
+ required :
2008
+ - mountPath
2009
+ >>>>>>> b0a04af1d (fix: Refactor Operator to deploy all feast services to the same Deployment/Pod (#4863))
2002
2010
type : object
2003
2011
x-kubernetes-validations :
2004
2012
- message : One selection is required between ref
@@ -2092,12 +2100,6 @@ spec:
2092
2100
- message : One selection required between file or store.
2093
2101
rule : ' [has(self.file), has(self.store)].exists_one(c,
2094
2102
c)'
2095
- replicas :
2096
- description : |-
2097
- Replicas determines the number of pods for the feast service.
2098
- When Replicas > 1, persistence is recommended.
2099
- format : int32
2100
- type : integer
2101
2103
resources :
2102
2104
description : ResourceRequirements describes the compute
2103
2105
resource requirements.
@@ -2484,11 +2486,16 @@ spec:
2484
2486
type : string
2485
2487
type : object
2486
2488
x-kubernetes-map-type : atomic
2489
+ <<<<<<< HEAD
2487
2490
<<<<<<< HEAD
2488
2491
required :
2489
2492
- mountPath
2490
2493
=======
2491
2494
>>>>>>> 6c1a66ea8 (feat: PVC configuration and impl (#4750))
2495
+ =======
2496
+ required :
2497
+ - mountPath
2498
+ >>>>>>> b0a04af1d (fix: Refactor Operator to deploy all feast services to the same Deployment/Pod (#4863))
2492
2499
type : object
2493
2500
x-kubernetes-validations :
2494
2501
- message : One selection is required between ref
@@ -2569,8 +2576,8 @@ spec:
2569
2576
: true'
2570
2577
- message : Online store does not support S3 or GS
2571
2578
buckets.
2572
- rule : has(self.path) && ! self.path.startsWith('s3://')
2573
- && ! self.path.startsWith('gs://')
2579
+ rule : ' has(self.path) ? !( self.path.startsWith('' s3://' ' )
2580
+ || self.path.startsWith('' gs://'' )) : true '
2574
2581
store :
2575
2582
description : OnlineStoreDBStorePersistence configures
2576
2583
the DB store persistence for the offline store service
@@ -2620,12 +2627,6 @@ spec:
2620
2627
- message : One selection required between file or store.
2621
2628
rule : ' [has(self.file), has(self.store)].exists_one(c,
2622
2629
c)'
2623
- replicas :
2624
- description : |-
2625
- Replicas determines the number of pods for the feast service.
2626
- When Replicas > 1, persistence is recommended.
2627
- format : int32
2628
- type : integer
2629
2630
resources :
2630
2631
description : ResourceRequirements describes the compute
2631
2632
resource requirements.
@@ -3000,11 +3001,16 @@ spec:
3000
3001
type : string
3001
3002
type : object
3002
3003
x-kubernetes-map-type : atomic
3004
+ <<<<<<< HEAD
3003
3005
<<<<<<< HEAD
3004
3006
required :
3005
3007
- mountPath
3006
3008
=======
3007
3009
>>>>>>> 6c1a66ea8 (feat: PVC configuration and impl (#4750))
3010
+ =======
3011
+ required :
3012
+ - mountPath
3013
+ >>>>>>> b0a04af1d (fix: Refactor Operator to deploy all feast services to the same Deployment/Pod (#4863))
3008
3014
type : object
3009
3015
x-kubernetes-validations :
3010
3016
- message : One selection is required between
0 commit comments