Skip to content

Commit

Permalink
chore: test out flux-local docker image
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Dec 22, 2023
1 parent 74b9336 commit 26cdca2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/flux-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,21 +91,22 @@ jobs:
with:
token: "${{ steps.app-token.outputs.token }}"
ref: main
path: default

- name: Checkout PR branch
uses: actions/checkout@v4
with:
token: "${{ steps.app-token.outputs.token }}"
path: derp
path: pull

- name: Diff Resources
uses: docker://ghcr.io/allenporter/flux-local:main
with:
args: >-
diff ${{ matrix.resources }}
--unified 6
--path-orig ${{ matrix.paths }}
--path derp/${{ matrix.paths }}
--path-orig default/${{ matrix.paths }}
--path pull/${{ matrix.paths }}
--strip-attrs "helm.sh/chart,checksum/config,app.kubernetes.io/version,chart"
--limit-bytes 10000
--all-namespaces
Expand Down

0 comments on commit 26cdca2

Please sign in to comment.