Skip to content

feat: added kyverno-json-policies for terraform-best-practices (AWS ECS) #102

feat: added kyverno-json-policies for terraform-best-practices (AWS ECS)

feat: added kyverno-json-policies for terraform-best-practices (AWS ECS) #102

Workflow file for this run

name: Kuttl Test
on:
push:
branches:
- 'main'
# this action needs to read GH secret
# hence prevents executing on PRs from forks
# disabling running on PRs until we find a workaround for this
pull_request:
branches:
- 'main'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
run-e2etest:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Prepare environment
run: make kind-create-cluster
- name: Install kyverno
run: |
N4K_LICENSE_KEY=${{ secrets.N4K_CI_LICENSE }} make kind-deploy-kyverno
- name: Check Kyverno status
run: make wait-for-kyverno
- name: Test with kuttl
run: make test-kuttl