ygcaicn / Xray-heroku

GNU General Public License v3.0
155 stars 688 forks source link

Replace env values from Okteto secrets #11

Closed steveqx closed 2 years ago

steveqx commented 2 years ago

Okteto Secrets are automatically injected in your Okteto Pipeline as environment variables. Thus can use envsubst to replace env values from environment variables. If Okteto secrets is not defined, value will be empty, which will use the default from entrypoint.sh

ygcaicn commented 2 years ago

Thanks.