-
-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: test out flux-local docker image
Signed-off-by: Devin Buhl <[email protected]>
- Loading branch information
Showing
1 changed file
with
3 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
# 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 | ||
|