mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-29 02:45:06 +00:00
small typo fix
This commit is contained in:
parent
c46e07d8bd
commit
6bd2ed65c6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/helm-release.yaml
vendored
4
.github/workflows/helm-release.yaml
vendored
|
@ -33,11 +33,11 @@ jobs:
|
|||
# exit 1
|
||||
# fi
|
||||
- name: Check sintax
|
||||
run: helm lint charts/oldmonk/
|
||||
run: helm lint charts/kyverno/
|
||||
- name: Create package
|
||||
run: |
|
||||
mkdir -p output/helm-charts/
|
||||
helm package charts/oldmonk/ -d output/helm-charts/
|
||||
helm package charts/kyverno/ -d output/helm-charts/
|
||||
- name: Reindex repo
|
||||
run: |
|
||||
wget --quiet ${{ env.HELM_CHART_URL }}/index.yaml
|
||||
|
|
Loading…
Add table
Reference in a new issue