Skip to content

Commit

Permalink
Merge pull request #156 from nirmata/kyverno-cel-policy
Browse files Browse the repository at this point in the history
Updated the kyverno cel policies included the create and update operations
  • Loading branch information
JimBugwadia authored Sep 6, 2024
2 parents 29805bd + 281bc72 commit 1094f7f
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/chainsaw-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
k8s-version: [v1.30.0, v1.29.4, v1.28.9]
n4k-chart-version: [3.0.30]
n4k-chart-version: [3.0.31]

steps:
- name: Checkout
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
fail-fast: false
matrix:
k8s-version: [v1.30.0, v1.29.4, v1.28.9]
n4k-chart-version: [3.1.18, 3.2.2-rc3]
n4k-chart-version: [3.1.18, 3.2.2]

steps:
- name: Checkout
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
fail-fast: false
matrix:
k8s-version: [v1.27.3, v1.26.3]
n4k-chart-version: [3.1.18, 3.2.1]
n4k-chart-version: [3.1.18, 3.2.2]

steps:
- name: Checkout
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
fail-fast: false
matrix:
k8s-version: [v1.30.0, v1.29.4, v1.28.9]
n4k-chart-version: [3.1.18, 3.2.1]
n4k-chart-version: [3.1.18, 3.2.2]

steps:
- name: Checkout
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ spec:
kinds:
- RoleBinding
- ClusterRoleBinding
operations:
- CREATE
- UPDATE
validate:
cel:
expressions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ spec:
- resources:
kinds:
- ClusterRole
operations:
- CREATE
- UPDATE
validate:
cel:
expressions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ spec:
kinds:
- Role
- ClusterRole
operations:
- CREATE
- UPDATE
validate:
cel:
expressions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ spec:
kinds:
- Role
- ClusterRole
operations:
- CREATE
- UPDATE
validate:
cel:
expressions:
Expand Down

0 comments on commit 1094f7f

Please sign in to comment.