Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 705 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 705 Bytes

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