pelotech / drone-helm3

Plugin for drone to deploy helm charts using helm3
Apache License 2.0
31 stars 36 forks source link

Implement dotenv support #6

Closed ErinCall closed 4 years ago

ErinCall commented 4 years ago

If a .env file is present, use https://github.com/joho/godotenv to load it into the environment before calling envconfig.Process.

There is related code in drone-helm, but the code for drone-helm3 will need to work differently since we aren't using the urfave/cli library.

ErinCall commented 4 years ago

I'm taking this out of the v1.0 milestone—it might be nice to have at some point, but I haven't found myself suffering from its lack.