1
0
Fork 0
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:
Yuvraj 2020-05-28 13:05:15 -07:00
parent c46e07d8bd
commit 6bd2ed65c6

View file

@ -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