Skip to content

Commit

Permalink
feat: add networkpolicy and pdb
Browse files Browse the repository at this point in the history
* fixes #53 #54
  • Loading branch information
ialejandro committed Sep 4, 2024
1 parent 3f9f523 commit 22e551e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:

- name: Run ct install
if: steps.list-changed.outputs.changed == 'true'
run: ct install --config .github/ct.yaml --helm-extra-args '--timeout 600s'
run: ct install --config .github/ct.yaml --helm-extra-args '--timeout 900s'

- name: (workflow_dispatch) Run ct install
if: github.event_name == 'workflow_dispatch'
run: ct install --config .github/ct.yaml --helm-extra-args '--timeout 600s --debug' --all
run: ct install --config .github/ct.yaml --helm-extra-args '--timeout 900s --debug' --all

0 comments on commit 22e551e

Please sign in to comment.