Skip to content

Commit 9283b9d

Browse files
authored
Update README.md
1 parent 31ceee1 commit 9283b9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Github Action: Kubeval Validation
22

3-
This GitHub Action validates Kubernetes manifest files using kubeval.
3+
This GitHub Action validates Kubernetes manifest files using kubeval (validation support for Helm and Kustomize)
44

55
## Usage
66

77
To use this action, include the following step in your workflow:
88

99
```yaml
1010
- name: Validate Kubernetes Manifests
11-
uses: codewdhruv/[email protected].0
11+
uses: codewdhruv/[email protected].1
1212
with:
1313
directory: 'path/to/manifests'
1414
```
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@v2
4545
4646
- name: Validate Kubernetes Manifests
47-
uses: codewdhruv/[email protected].0
47+
uses: codewdhruv/[email protected].1
4848
with:
4949
directory: 'path/to/manifests'
5050
```

0 commit comments

Comments
 (0)