Skip to content

Commit

Permalink
fix: allow operator to delete network
Browse files Browse the repository at this point in the history
  • Loading branch information
smrz2001 committed Oct 18, 2023
1 parent 1dbeb31 commit 045170c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
26 changes: 0 additions & 26 deletions k8s/networks/small.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion k8s/operator/manifests/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ rules:
verbs: ["create", "get", "patch"]
- apiGroups: ["keramik.3box.io"]
resources: ["networks", "networks/status", "simulations", "simulations/status"]
verbs: ["get", "list", "watch", "patch"]
verbs: ["get", "list", "watch", "patch", "delete"]
---
# Binding the role to the account
kind: ClusterRoleBinding
Expand Down

0 comments on commit 045170c

Please sign in to comment.