8000 GitHub - supplypike/kustomize-diff: Build and diff a kustomize directory
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

supplypike/kustomize-diff

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Action for Kustomize Build+Diff

Example Usage

name: kustomize-diff
on:
  pull_request:
jobs:
  kustomize-diff:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v4
      with:
        fetch-depth: 0
    - uses: supplypike/kustomize-diff@v1
      id: kustdiff
      with:
        kustomizations: |-
          .kustomization/staging
          .kustomization/production
    - uses: mshick/add-pr-comment@v2
      with:
        message: ${{ steps.kustdiff.outputs.diff }}

About

Build and diff a kustomize directory

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 89.1%
  • Dockerfile 10.9%
0