-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Adding volumes and volumeMounts support to Feature Store CR. #4983
base: master
Are you sure you want to change the base?
feat: Adding volumes and volumeMounts support to Feature Store CR. #4983
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some initial thoughts
…sed with the master. Signed-off-by: lrangine <[email protected]> Signed-off-by: lrangine <[email protected]>
733241b
to
348ec68
Compare
infra/feast-operator/internal/controller/featurestore_controller_test_utils_test.go
Outdated
Show resolved
Hide resolved
Signed-off-by: lrangine <[email protected]> Signed-off-by: lrangine <[email protected]>
Signed-off-by: lrangine <[email protected]>
Signed-off-by: lrangine <[email protected]> Signed-off-by: lrangine <[email protected]>
Signed-off-by: lrangine <[email protected]> Signed-off-by: lrangine <[email protected]>
…est all are not needed for this test. Signed-off-by: lrangine <[email protected]>
Signed-off-by: lrangine <[email protected]>
Signed-off-by: lrangine <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wasn't one of the use-cases for this feature to support data store tls? it might be good to have a sample in config/samples
demonstrating what it might look like to use postgres w/ tls using this new feature...
Signed-off-by: lrangine <[email protected]>
What this PR does / why we need it:
This PR is adding support to add
Volumes
andvolumeMounts
to theFeatureStore
custom resource in go operator code.Which issue(s) this PR fixes:
4994
Misc