Skip to content

Commit

Permalink
fix: address typo
Browse files Browse the repository at this point in the history
The 1.21 blog post contained a yaml extract with a small, but
significant, typo

Signed-off-by: Flavio Castelli <[email protected]>
  • Loading branch information
flavio committed Jan 30, 2025
1 parent abd0512 commit e5ee880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/blog/2025/01/kubewarden-1-21-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ spec:
- name: hasWildcardInsideOfApiGroup
expression: "object.spec.rules.exists(r, r.apiGroups.exists(ag, ag == '*'))"
- name: hasWildcardInsideOfResources
expression: "object.spec.rules.exists(r, r.resources.exists(ag, ag == '*' || ag == '*/* || ag == 'policyreports/*'))"
expression: "object.spec.rules.exists(r, r.resources.exists(ag, ag == '*' || ag == '*/*' || ag == 'policyreports/*'))"
- name: dealsWithPolicyReportApiGroup
expression: "object.spec.rules.exists(r, r.apiGroups.exists(ag, ag == 'wgpolicyk8s.io'))"
- name: dealsWithPolicyReportResource
Expand Down

0 comments on commit e5ee880

Please sign in to comment.