Skip to content

Commit

Permalink
install kyverno first
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl committed Jan 16, 2024
1 parent abdac01 commit aef3b51
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,12 @@ jobs:
--set=nodeExporter.enabled=false \
--set=grafana.enabled=false
- name: Install Kyverno
if: ${{ steps.list-changed.outputs.changed == 'true' }}
run: |
helm install kyverno oci://ghcr.io/kyverno/charts/kyverno \
--namespace=kyverno \
--create-namespace
- name: Run chart-testing (install)
run: ct install --config .github/ct/install.yaml

0 comments on commit aef3b51

Please sign in to comment.