Skip to content

Commit 470500f

Browse files
committed
Revert "try-something-crazy"
This reverts commit cf29f7a.
1 parent 90e210a commit 470500f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/flux-diff.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ jobs:
7676
- uses: allenporter/flux-local/test@e630daec1a1bcd24dc80f5100c6e1c7b6a091153 # 4.3.1
7777
with:
7878
path: "${{ matrix.paths }}"
79+
resource: "${{ matrix.resources }}"
80+
enable-helm: true
81+
enable-kyverno: false
7982

8083
- name: Diff Resources
8184
uses: allenporter/flux-local/action/diff@e630daec1a1bcd24dc80f5100c6e1c7b6a091153 # 4.3.1

.github/workflows/flux-hr-image-test.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,10 @@ jobs:
8080
uses: fluxcd/flux2/action@5c5c15ea212b8f029a110f9975851d25c8272695 # v2.2.2
8181
- uses: allenporter/flux-local/test@e630daec1a1bcd24dc80f5100c6e1c7b6a091153 # 4.3.1
8282
with:
83-
path: /github/workspace/default/${{ matrix.paths }}
83+
path: "${{ matrix.paths }}"
84+
resource: "${{ matrix.resources }}"
85+
enable-helm: true
86+
enable-kyverno: false
8487

8588
- name: Gather Images in Default Branch
8689
uses: docker://ghcr.io/allenporter/flux-local:pr-472

0 commit comments

Comments
 (0)