Skip to content

Commit 3ccd5b1

Browse files
committed
Update schema.yaml with Secret Patch permission
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
1 parent a32af12 commit 3ccd5b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ properties:
148148
verbs: ["create", "delete", "get", "list", "watch"]
149149
- apiGroups: [""]
150150
resources: ["secrets"]
151-
verbs: ["get", "list", "watch", "create", "update", "delete"]
151+
verbs: ["get", "list", "watch", "create", "update", "delete", "patch"]
152152
# Orders controller role
153153
- apiGroups: ["acme.cert-manager.io"]
154154
resources: ["orders", "orders/status"]

0 commit comments

Comments
 (0)