Skip to content

Commit 4a35aa5

Browse files
committed
set feast image during deploy
Signed-off-by: Tommy Hughes <tohughes@redhat.com>
1 parent d169f97 commit 4a35aa5

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

infra/feast-operator/api/v1alpha1/featurestore_types.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ type FeatureStoreServices struct {
8585
Volumes []corev1.Volume `json:"volumes,omitempty"`
8686
}
8787

88-
// OfflineStore configures the deployed offline store service
88+
// OfflineStore configures the offline store service
8989
type OfflineStore struct {
9090
// Creates a remote offline server container
9191
Server *ServerConfigs `json:"server,omitempty"`
@@ -134,7 +134,7 @@ var ValidOfflineStoreDBStorePersistenceTypes = []string{
134134
"mssql",
135135
}
136136

137-
// OnlineStore configures the deployed online store service
137+
// OnlineStore configures the online store service
138138
type OnlineStore struct {
139139
// Creates a feature server container
140140
Server *ServerConfigs `json:"server,omitempty"`
@@ -187,7 +187,7 @@ var ValidOnlineStoreDBStorePersistenceTypes = []string{
187187
"milvus",
188188
}
189189

190-
// LocalRegistryConfig configures the deployed registry service
190+
// LocalRegistryConfig configures the registry service
191191
type LocalRegistryConfig struct {
192192
// Creates a registry server container
193193
Server *ServerConfigs `json:"server,omitempty"`

infra/feast-operator/docs/api/markdown/ref.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Important note: the operator cannot ensure that these roles will match the ones
173173

174174

175175

176-
LocalRegistryConfig configures the deployed registry service
176+
LocalRegistryConfig configures the registry service
177177

178178
_Appears in:_
179179
- [Registry](#registry)
@@ -188,7 +188,7 @@ _Appears in:_
188188

189189

190190

191-
OfflineStore configures the deployed offline store service
191+
OfflineStore configures the offline store service
192192

193193
_Appears in:_
194194
- [FeatureStoreServices](#featurestoreservices)
@@ -264,7 +264,7 @@ _Appears in:_
264264

265265

266266

267-
OnlineStore configures the deployed online store service
267+
OnlineStore configures the online store service
268268

269269
_Appears in:_
270270
- [FeatureStoreServices](#featurestoreservices)

0 commit comments

Comments
 (0)