Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

coquer/deploy-with-kustomize

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

Repository files navigation

Deploy with kustomize

A GitHub action that will enable you to deploy an overlay to kubernetes.

Example usage:

 - name: deploy
 uses: coquer/deploy-with-kustomize@v2
 with:
 registry: <-- private docker registry address
 images: |
 my-app:{{github.sha}}
 my-app-2:{{github.sha}} <-- Image to change from my-app-2:latest to my-app-2:github-sha, you can change multiple images seperated by newline
 overlay: ./kubernetes/overlays/test <-- location of overlay
 monitoring: true <-- Monitor stateful, deployment or daemonsets with kubectl rollout status
 namesuffix: "staging" <-- Add suffix to all resources

About

A GitHub action that will enable you to deploy an overlay to kubernetes.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

AltStyle によって変換されたページ (->オリジナル) /