Skip to content

cloudowski/drone-kustomize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Drone kustomize plugin

Kustomize plugin for Drone CI.

Usage

The most basic usage requires kubeconfig (preferably as secret) with kubeconfig content and basepath pointing to a path inside a repo where kustomization.yaml file is placed.

steps:
  - name: deploy-stage
    image: cloudowski/drone-kustomize
    settings:
      kubeconfig:
        from_secret: kubeconfig
      basepath: deploy/envs/stage

About

Kustomize plugin for Drone CI

Resources

Stars

Watchers

Forks

Packages

No packages published