Skip to content

Commit c1054ae

Browse files
committed
fix: add permissions to the Operator to apply NetworkPolicies
Missed in the previous change. This allows the Operator to apply our Helm chart, which now contains a default NetworkPolicy.
1 parent a918c67 commit c1054ae

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)