Skip to content

Instantly share code, notes, and snippets.

@blues-man
Last active April 13, 2023 08:57
Show Gist options
  • Select an option

  • Save blues-man/e821babbf3ff8d0ccb7e2098e7a929e5 to your computer and use it in GitHub Desktop.

Select an option

Save blues-man/e821babbf3ff8d0ccb7e2098e7a929e5 to your computer and use it in GitHub Desktop.

Revisions

  1. blues-man revised this gist Apr 13, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion kustomize_workaround.sh
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    PATH=$PATH:/home/user/bin
    mkdir ~/bin
    curl -L https://github.com/blues-man/kustomize-workaround/raw/main/kustomize -o ~/bin/kustomize
    curl -L https://github.com/blues-man/kustomize-workaround/raw/main/kustomize -o ~/bin/kustomize
    chmod +x ~/bin/kustomize
    sh
  2. blues-man created this gist Apr 13, 2023.
    5 changes: 5 additions & 0 deletions kustomize_workaround.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    PATH=$PATH:/home/user/bin
    mkdir ~/bin
    curl -L https://github.com/blues-man/kustomize-workaround/raw/main/kustomize -o ~/bin/kustomize
    chmod +x ~/bin/kustomize
    sh