You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while in the single binary deployment it is possible to specify both user and metadata containers in the storage configuration, e.g.
storage:
# metadataContainer Bucket to store Flyte metadata
metadataContainer: "my-organization-flyte-container"
# userDataContainer Bucket to store Flyte user data
userDataContainer: "my-organization-flyte-container"
Motivation: Why do you think this is important?
Currently it is only possible to specify the metadata container in the storage object in the flyte core chart, e.g.
while in the single binary deployment it is possible to specify both user and metadata containers in the storage configuration, e.g.
from here
The current fix for this lack of specification is to define the following field in the propeller configuration
Goal: What should the final outcome look like, ideally?
We should use the same storage configuration for the flyte deployment charts.
I think it would be good for 2 reasons:
Describe alternatives you've considered
None
Propose: Link/Inline OR Additional context
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: