Skip to content

Commit

Permalink
fix issue caused in cel policies due to chainsaw templating
Browse files Browse the repository at this point in the history
Signed-off-by: Chandan-DK <chandandk468@gmail.com>
  • Loading branch information
Chandan-DK committed May 30, 2024
1 parent 3cda1d5 commit 08b7e8c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ metadata:
creationTimestamp: null
name: require-drop-all
spec:
# disable templating because it can cause issues with CEL expressions
template: false
steps:
- name: step-01
try:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ metadata:
creationTimestamp: null
name: require-drop-cap-net-raw
spec:
# disable templating because it can cause issues with CEL expressions
template: false
steps:
- name: step-01
try:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ metadata:
creationTimestamp: null
name: restrict-image-registries
spec:
# disable templating because it can cause issues with CEL expressions
template: false
steps:
- name: step-01
try:
Expand Down

0 comments on commit 08b7e8c

Please sign in to comment.