bitter-orange-8782
02/08/2023, 3:19 PMuser
02/08/2023, 4:02 PMsecrets today in the @kubernetes decorator or on the cli. These secrets are mounted as env variables in the pod [1].
What's your use-case for having the secrets mounted as a volume in the pod?
There is an issue filed for supporting mounting volumes. But, looks like it refers to storage volumes. Can you file one for supporting mounting of config maps?
You can pass env variables directly as well. But, you'd need to know those values upfront (unlike in a configmap).bitter-orange-8782
02/08/2023, 4:36 PMuser
02/08/2023, 4:38 PM