Skip to content

Commit

Permalink
[cosigned] Remove undefined apiGroups from policy clusterrole (#1896)
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Nachev <vladimir.nachev@sap.com>
  • Loading branch information
vpnachev committed May 19, 2022
1 parent cf80511 commit d559399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/200-clusterrole.yaml
Expand Up @@ -48,7 +48,7 @@ rules:
resourceNames: ["clusterimagepolicies.cosigned.sigstore.dev"]

# Allow reconciliation of the ClusterImagePolic CRDs.
- apiGroups: ["cosigned.sigstore.dev", "validating.clusterimagepolicy.sigstore.dev", "defaulting.clusterimagepolicy.sigstore.dev"]
- apiGroups: ["cosigned.sigstore.dev"]
resources: ["clusterimagepolicies"]
verbs: ["get", "list", "update", "watch", "patch"]

Expand Down

0 comments on commit d559399

Please sign in to comment.