asdf-kustomize icon indicating copy to clipboard operation
asdf-kustomize copied to clipboard

asdf plugin for installing kustomize

Results 3 asdf-kustomize issues
Sort by recently updated
recently updated
newest added

``` asdf plugin-add kustomize https://github.com/Banno/asdf-kustomize.git asdf install kustomize 5.1.1 Downloading kustomize from https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv5.1.1/kustomize_v5.1.1_darwin_arm64.tar.gz tar: This does not look like a tar archive gzip: unknown compression format tar: Child returned status...

This aligns kustomize asdf plugin to other asdf plugins, which already use GITHUB_API_TOKEN instead of OAUTH_TOKEN

Minor patch to support overriding detected system cpu arch in same manner as some other asdf-plugins such as [helm](https://github.com/Antiarchitect/asdf-helm) and [terraform](https://github.com/asdf-community/asdf-hashicorp). Use case is to support arm macbooks to install...