diff --git a/.github/workflows/helm-checks.yaml b/.github/workflows/helm-checks.yaml index 6509e9eb..6da8da1e 100644 --- a/.github/workflows/helm-checks.yaml +++ b/.github/workflows/helm-checks.yaml @@ -122,31 +122,31 @@ jobs: # helm dependency update charts/[CHART] # helm upgrade [NAME] charts/[CHART] - kyverno: - runs-on: ubuntu-latest - needs: [list-changed] - if: ${{ github.event_name != 'pull_request' || needs.list-changed.outputs.changed == 'true' }} - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Install Helm - uses: azure/setup-helm@v3 - with: - version: ${{ github.event.inputs.helm_version || 'latest' }} - token: ${{ secrets.GITHUB_TOKEN }} - - - name: Download chart dependencies (recursive) - shell: bash - run: hack/helm-dependencies.bash - - - name: Create Helm template - run: | - helm template chart-template charts/umbrella > charts/umbrella-template.yaml - - - name: Install Kyverno CLI - uses: kyverno/action-install-cli@v0.2.0 - - - name: Test new resources against existing policies - run: kyverno apply .github/kyverno-policies/ -r charts/umbrella-template.yaml + #kyverno: + # runs-on: ubuntu-latest + # needs: [list-changed] + # if: ${{ github.event_name != 'pull_request' || needs.list-changed.outputs.changed == 'true' }} + # steps: + # - name: Checkout + # uses: actions/checkout@v4 +# + # - name: Install Helm + # uses: azure/setup-helm@v3 + # with: + # version: ${{ github.event.inputs.helm_version || 'latest' }} + # token: ${{ secrets.GITHUB_TOKEN }} +# + # - name: Download chart dependencies (recursive) + # shell: bash + # run: hack/helm-dependencies.bash +# + # - name: Create Helm template + # run: | + # helm template chart-template charts/umbrella > charts/umbrella-template.yaml +# + # - name: Install Kyverno CLI + # uses: kyverno/action-install-cli@v0.2.0 +# + # - name: Test new resources against existing policies + # run: kyverno apply .github/kyverno-policies/ -r charts/umbrella-template.yaml