-
-
Notifications
You must be signed in to change notification settings - Fork 2
fix(ci): Add kubeconform testing #73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
c588275
f
alfi0812 4934fc0
Add kubeconform script
alfi0812 7ef1e69
add flux diff
alfi0812 136f413
test
alfi0812 7956f8b
kustomize
alfi0812 3020d0f
test
alfi0812 5d5afae
f
alfi0812 667f1f1
f
alfi0812 a52ee45
f
alfi0812 3cd5d94
f
alfi0812 6b88070
spaces
alfi0812 4402a6c
f
alfi0812 63dad99
test
alfi0812 11ae209
f
alfi0812 0b09ad7
helm-releases
alfi0812 0c4f7c9
test
alfi0812 efd808c
test
alfi0812 72313fe
test
alfi0812 e36ae11
f
alfi0812 0dde87f
f
alfi0812 9eb0810
f
alfi0812 4a5dfdb
f
alfi0812 62eef0b
ahhh
alfi0812 5df846b
f
alfi0812 286fbef
f
alfi0812 f7432e9
f
alfi0812 1f87ba7
f
alfi0812 bb8af56
f
alfi0812 07504d4
test
alfi0812 bac4879
annoying
alfi0812 177c878
f
alfi0812 6a4a718
f
alfi0812 cd59884
more testing
alfi0812 5c59e1b
f
alfi0812 d6fbb1c
test
alfi0812 71dd928
f
alfi0812 8dc5a0f
f
alfi0812 940985c
f
alfi0812 7105932
test
alfi0812 b871306
f
alfi0812 485e0f3
test
alfi0812 b97119c
test it
alfi0812 32f299c
f
alfi0812 cd0f917
just for testing
alfi0812 32c7a44
f
alfi0812 2357d40
test
alfi0812 0683cf7
test
alfi0812 4dfc917
f
alfi0812 405bb4a
f
alfi0812 9340e81
test
alfi0812 eda4fbb
test
alfi0812 87eaf80
test
alfi0812 aac2893
f
alfi0812 a290c9c
f
alfi0812 5bea155
test
alfi0812 d45257e
f
alfi0812 c1092b9
f
alfi0812 d76f02e
f
alfi0812 b7786c8
lets just skip that.
alfi0812 0a45e59
f
alfi0812 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| name: "Helm Chart Validation" | ||
|
|
||
| on: | ||
| pull_request: | ||
|
|
||
| concurrency: | ||
| group: ${{ github.head_ref }}-pr-validate | ||
| cancel-in-progress: true | ||
|
|
||
| env: | ||
| KUBERNETES_DIR: ./embed/generic/kubernetes | ||
|
|
||
| jobs: | ||
| kubeconform: | ||
| name: Kubeconform | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 | ||
| - name: Setup Homebrew | ||
| uses: Homebrew/actions/setup-homebrew@master | ||
| - name: Setup Workflow Tools | ||
| run: brew install fluxcd/tap/flux kubeconform kustomize | ||
| - name: Run kubeconform | ||
| shell: bash | ||
| run: bash ./.github/scripts/kubeconform.sh ${{ env.KUBERNETES_DIR }} | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.