Skip to content

Commit c6c4db2

Browse files
authored
Merge pull request #791 from snyk/feat/cloud-pak-linting
fix: add permissions to the Operator to apply NetworkPolicies
2 parents 0e4710f + c1054ae commit c6c4db2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

snyk-operator/deploy/olm-catalog/snyk-operator/0.0.0/snyk-operator.v0.0.0.clusterserviceversion.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,12 @@ spec:
227227
- deploymentconfigs
228228
verbs:
229229
- "*"
230+
- apiGroups:
231+
- networking.k8s.io
232+
resources:
233+
- networkpolicies
234+
verbs:
235+
- "*"
230236
serviceAccountName: snyk-operator
231237
deployments:
232238
- name: snyk-operator

0 commit comments

Comments
 (0)