lemon-hair-3883
06/18/2024, 6:05 PM--propeller.resourcemanager.redis.hostKey
but without needing to pass the value on the command line (so the secret is actually hidden) or keep it in a non-secret config map. Does flytepropeller support environment variables for adding on to the default config values (so I could just set something like FLYTE_PROPELLER_RESOURCEMANAGER_REDIS_HOSTKEY
) in a secret and mix it into the flytepropeller deployment, or would this need to be more involved (update the actual code for flytepropeller to read from a kubectl secret / env var)? I am hoping I am just missing something obvious 😅average-finland-92144
06/18/2024, 7:16 PMflyte-core
I think you can inject those envvars here:
https://github.com/flyteorg/flyte/blob/ba88e82a58145fe3062c7441cdd5c57c36f108f2/charts/flyte-core/values.yaml#L340-L341lemon-hair-3883
06/18/2024, 7:58 PMaverage-finland-92144
06/18/2024, 8:20 PMhelpers.tpl
a routine that would let users specify a secret would be necessary