Deploy with kustomize
ActionsTags
(2)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.