famous-flag-22960
06/18/2024, 6:09 PM--propeller.resourcemanager.redis.hostKey
but without needing to pass the value on the command line). Does flytepropeller support environment variables for adding on to the default config values? What would the equivalent environment variable be?ancient-wolf-19325
06/18/2024, 6:09 PM--propeller.resourcemanager.redis.hostKey
is not explicitly mentioned in the provided data sources.
You can set environment variables in the Helm chart by adding them under the flytepropeller
section in your values file. Here’s an example of how to set an environment variable:
flytepropeller:
env:
- name: FLYTE_PROPELLER_REDIS_HOST_KEY
valueFrom:
secretKeyRef:
name: your-secret-name
key: your-secret-key
Would you like more details on how to configure this in your Helm values file?
Sources:
- GitHub Issue #4968 👍 0 button 👎 1 button 💡 Hint: Mention @ancient-wolf-19325 in the thread for followups.