Skip to content

Commit cccdc8a

Browse files
committed
Apparently patching events is a thing.
1 parent 597344e commit cccdc8a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

install/helm/agones/templates/serviceaccounts/controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ metadata:
3737
rules:
3838
- apiGroups: [""]
3939
resources: ["events"]
40-
verbs: ["create"]
40+
verbs: ["create", "patch"]
4141
- apiGroups: [""]
4242
resources: ["pods"]
4343
verbs: ["create", "delete", "list", "watch"]

install/yaml/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ metadata:
3838
rules:
3939
- apiGroups: [""]
4040
resources: ["events"]
41-
verbs: ["create"]
41+
verbs: ["create", "patch"]
4242
- apiGroups: [""]
4343
resources: ["pods"]
4444
verbs: ["create", "delete", "list", "watch"]

0 commit comments

Comments
 (0)