dekorateio / dekorate

Tools for generating Kubernetes related manifests.
Apache License 2.0
467 stars 101 forks source link

Support env vars from secrets with a prefix #1288

Closed mcruzdev closed 4 months ago

mcruzdev commented 4 months ago

Actually to solve the issue on https://github.com/quarkusio/quarkus/issues/38604, we need to provide a way to use prefix on io.dekorate.kubernetes.config.EnvBuilder.

mcruzdev commented 4 months ago

Hi @geoand and @iocanel Where is the class io.dekorate.kubernetes.config.EnvBuilder? Is it in another project?

iocanel commented 4 months ago

@mcruzdev: It gets generated from io.dekorate.kubernetes.annotation.Env. So, you'll have to edit that to get what you need.