Skip to content

Commit

Permalink
Replicas doc wording change
Browse files Browse the repository at this point in the history
Signed-off-by: dandawg <[email protected]>
  • Loading branch information
dandawg committed Dec 11, 2024
1 parent 8036cef commit 68f0eec
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion infra/feast-operator/api/v1alpha1/featurestore_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ type DefaultConfigs struct {
// StoreServiceConfigs k8s deployment settings
type StoreServiceConfigs struct {
// Replicas determines the number of pods for the feast service.
// When Replicas > 1, persistence should be configured to provide central storage
// When Replicas > 1, persistence is recommended.
Replicas *int32 `json:"replicas,omitempty"`
ServiceConfigs `json:",inline"`
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ spec:
replicas:
description: |-
Replicas determines the number of pods for the feast service.
When Replicas > 1, persistence should be configured to provide central storage
When Replicas > 1, persistence is recommended.
format: int32
type: integer
resources:
Expand Down Expand Up @@ -754,7 +754,7 @@ spec:
replicas:
description: |-
Replicas determines the number of pods for the feast service.
When Replicas > 1, persistence should be configured to provide central storage
When Replicas > 1, persistence is recommended.
format: int32
type: integer
resources:
Expand Down Expand Up @@ -1629,7 +1629,7 @@ spec:
replicas:
description: |-
Replicas determines the number of pods for the feast service.
When Replicas > 1, persistence should be configured to provide central storage
When Replicas > 1, persistence is recommended.
format: int32
type: integer
resources:
Expand Down Expand Up @@ -2018,7 +2018,7 @@ spec:
replicas:
description: |-
Replicas determines the number of pods for the feast service.
When Replicas > 1, persistence should be configured to provide central storage
When Replicas > 1, persistence is recommended.
format: int32
type: integer
resources:
Expand Down
8 changes: 4 additions & 4 deletions infra/feast-operator/dist/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ spec:
replicas:
description: |-
Replicas determines the number of pods for the feast service.
When Replicas > 1, persistence should be configured to provide central storage
When Replicas > 1, persistence is recommended.
format: int32
type: integer
resources:
Expand Down Expand Up @@ -762,7 +762,7 @@ spec:
replicas:
description: |-
Replicas determines the number of pods for the feast service.
When Replicas > 1, persistence should be configured to provide central storage
When Replicas > 1, persistence is recommended.
format: int32
type: integer
resources:
Expand Down Expand Up @@ -1637,7 +1637,7 @@ spec:
replicas:
description: |-
Replicas determines the number of pods for the feast service.
When Replicas > 1, persistence should be configured to provide central storage
When Replicas > 1, persistence is recommended.
format: int32
type: integer
resources:
Expand Down Expand Up @@ -2026,7 +2026,7 @@ spec:
replicas:
description: |-
Replicas determines the number of pods for the feast service.
When Replicas > 1, persistence should be configured to provide central storage
When Replicas > 1, persistence is recommended.
format: int32
type: integer
resources:
Expand Down

0 comments on commit 68f0eec

Please sign in to comment.