Enhance the feast go operator to support loading the environment variables using envFrom
Allow users to add or override the container envFrom vars for each deployed feast service. The EnvFrom object should be added to the existing OptionalConfigs struct as a pointer object, e.g. -
We need to add the EnvFrom to OptionalConfigs Type in the featurestore_types.go