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 64b4f40 commit a0b108a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/flux-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,26 +86,27 @@ jobs:
# path: "${{ matrix.paths }}"
# resource: "${{ matrix.resources }}"

- name: Checkout Live Branch
- name: Checkout PR branch
uses: actions/checkout@v4
with:
token: "${{ steps.app-token.outputs.token }}"
path: live
path: pr

- name: Checkout PR branch
- name: Checkout Live Branch
uses: actions/checkout@v4
with:
token: "${{ steps.app-token.outputs.token }}"
path: pr
ref: main
path: live

- name: Diff Resources
uses: docker://ghcr.io/allenporter/flux-local:main
with:
args: >-
diff ${{ matrix.resources }}
--unified 6
--path-orig live/${{ matrix.paths }}
--path pr/${{ matrix.paths }}
--path-orig live/${{ 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 a0b108a

Please sign in to comment.