Skip to content

Commit 950cfa7

Browse files
authored
Add patch permission for StatefulSet scaling operations (#280)
1 parent 4e8661f commit 950cfa7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/mc-router/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
name: mc-router
3-
version: 1.4.0
3+
version: 1.4.1
44
# not used
55
appVersion: 1.0.0
66
home: https://github.com/itzg/mc-router

charts/mc-router/templates/clusterrole.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ rules:
1111
{{- if .Values.minecraftRouter.autoScale.up.enabled }}
1212
- apiGroups: ["apps"]
1313
resources: ["statefulsets", "statefulsets/scale"]
14-
verbs: ["watch","list","get","update"]
14+
verbs: ["watch","list","get","update","patch"]
1515
{{- end }}

0 commit comments

Comments
 (0)