Skip to content

Deploy with kustomize

Actions
This action compiles your kustomize manifests and deploys it with kubectl
v1.0.2
Latest
Star (0)

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

Deploy with kustomize is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

This action compiles your kustomize manifests and deploys it with kubectl
v1.0.2
Latest

Deploy with kustomize is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.