Skip to content

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

License

Notifications You must be signed in to change notification 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