getporter / helm2-mixin

Helm mixin for Porter
https://porter.sh/mixins/helm
Apache License 2.0
13 stars 7 forks source link

allow override for runtime platform in makefile #26

Closed jdolitsky closed 5 years ago

jdolitsky commented 5 years ago

I need this for local testing on Mac in order to be able to do

RUNTIME_PLATFORM=darwin make install

and then a

porter run --action=install

on a bundle that users the Helm mixin

see also https://github.com/deislabs/porter-azure/pull/15