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
Enhance the feast go operator to support loading the environment variables using
envFromAllow users to add or override the container envFrom vars for each deployed feast service. The
EnvFromobject should be added to the existingOptionalConfigsstruct as a pointer object, e.g. -We need to add the
EnvFromtoOptionalConfigsType in the featurestore_types.go