diff --git a/.github/workflows/flux-diff.yaml b/.github/workflows/flux-diff.yaml index 5dfe109848ff2..00a6ec7c0dc7e 100644 --- a/.github/workflows/flux-diff.yaml +++ b/.github/workflows/flux-diff.yaml @@ -69,23 +69,6 @@ jobs: shell: bash run: sudo apt-get -qq update && sudo apt-get -qq install --no-install-recommends -y curl git - # - name: Setup Workflow Tools - # uses: jdx/rtx-action@v1 - # with: - # install: true - # cache: true - # rtx_toml: | - # [tools] - # flux2 = "latest" - - # - name: Diff Resources - # uses: allenporter/flux-local/action/diff@4.1.1 - # id: diff - # with: - # sources: home-kubernetes - # path: "${{ matrix.paths }}" - # resource: "${{ matrix.resources }}" - - name: Checkout Live Branch uses: actions/checkout@v4 with: @@ -103,10 +86,11 @@ jobs: uses: docker://ghcr.io/allenporter/flux-local:main with: args: >- + --log-level DEBUG diff ${{ matrix.resources }} --unified 6 - --path-orig /github/workspace/default/${{ matrix.paths }} - --path /github/workspace/pull/${{ 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