-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a62b399
commit 0653c8a
Showing
3 changed files
with
6 additions
and
6 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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Validate Kubernetes manifests | ||
# Validate Kubernetes manifests by kubeval | ||
|
||
[<img src="https://github.com/makocchi-git/actions-k8s-manifests-validate/workflows/Perform checks/badge.svg"/>](https://github.com/makocchi-git/actions-k8s-manifests-validate/actions) | ||
[<img src="https://github.com/makocchi-git/actions-k8s-manifests-validate-kubeval/workflows/Perform checks/badge.svg"/>](https://github.com/makocchi-git/actions-k8s-manifests-validate/actions) | ||
|
||
Validate [Kubernetes](https://github.com/kubernetes/kubernetes) manifests in your repository. | ||
This action uses [Kubeval](https://kubeval.instrumenta.dev/) for validating. | ||
|
@@ -23,7 +23,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v2 | ||
- name: validate manifests in dir1 and dir2 | ||
uses: makocchi-git/[email protected] | ||
uses: makocchi-git/actions-k8s-manifests-validate-kubeval@1.0.0 | ||
with: | ||
files: dir1,dir2 | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
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