Skip to content

GitHub action for setup kubernetes kustomize

License

Notifications You must be signed in to change notification settings

grumpy-programmer/setup-k8s-kustomize

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup k8s kustomize main

GitHub action for setup kubernetes kustomize

Usage

With latest version of kustomize

  - name: setup-k8s-kustomize
    uses: grumpy-programmer/setup-k8s-kustomize@v1

With specific version of kustomize

  - name: setup-k8s-kustomize
    uses: grumpy-programmer/setup-k8s-kustomize@v1
    with:
        version: 4.5.4