-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Labels
kind/featureNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
The current feast go operator doesn't support db stores for the various components(online,offline,registry)
Describe the solution you'd like
The proposed solution is to add to the operator the ability to read the DB parameters from a secret specified in the CR
kind: FeatureStore
metadata:
name: example
spec:
feastProject: my_project
services:
onlineStore:
persistence:
store:
type: postgres
secretRef:
name: _SECRET_NAME_
secretKeyName: my-postgres
Metadata
Metadata
Assignees
Labels
kind/featureNew feature or requestNew feature or request