-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to install this with mac? #25
Comments
I am also having problems running this plugin on mac. I don't think it is a problem with this plugin. It is just a knowledge gap. I am currently researching how to run this plugin on mac. |
3 tasks
@jastsai wget https://github.com/joshdk/template-transformer/releases/download/v0.2.1/template-transformer-linux-amd64.tar.gz
tar -xf template-transformer-linux-amd64.tar.gz
mkdir -p ~/.config/kustomize/plugin/jdk.sh/v1beta1/templatetransformer/
install TemplateTransformer ~/.config/kustomize/plugin/jdk.sh/v1beta1/templatetransformer/TemplateTransformer
chmod +x ~/.config/kustomize/plugin/jdk.sh/v1beta1/templatetransformer/TemplateTransformer
export KUSTOMIZE_PLUGIN_HOME=~/.config/kustomize/plugin |
I just realized that it is basically the same steps 😆
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
how to install this with mac?
The text was updated successfully, but these errors were encountered: