@@ -370,6 +370,9 @@ spec:
370370 - message : One selection required between file or store.
371371 rule : ' [has(self.file), has(self.store)].exists_one(c, c)'
372372 replicas :
373+ description : |-
374+ Replicas determines the number of pods for the feast service.
375+ When Replicas > 1, persistence should be configured to provide central storage
373376 format : int32
374377 type : integer
375378 resources :
@@ -749,6 +752,9 @@ spec:
749752 - message : One selection required between file or store.
750753 rule : ' [has(self.file), has(self.store)].exists_one(c, c)'
751754 replicas :
755+ description : |-
756+ Replicas determines the number of pods for the feast service.
757+ When Replicas > 1, persistence should be configured to provide central storage
752758 format : int32
753759 type : integer
754760 resources :
@@ -1621,6 +1627,9 @@ spec:
16211627 rule : ' [has(self.file), has(self.store)].exists_one(c,
16221628 c)'
16231629 replicas :
1630+ description : |-
1631+ Replicas determines the number of pods for the feast service.
1632+ When Replicas > 1, persistence should be configured to provide central storage
16241633 format : int32
16251634 type : integer
16261635 resources :
@@ -2007,6 +2016,9 @@ spec:
20072016 rule : ' [has(self.file), has(self.store)].exists_one(c,
20082017 c)'
20092018 replicas :
2019+ description : |-
2020+ Replicas determines the number of pods for the feast service.
2021+ When Replicas > 1, persistence should be configured to provide central storage
20102022 format : int32
20112023 type : integer
20122024 resources :
0 commit comments