From 450ee30e1f0093b54337c41bf7732d6064578ca4 Mon Sep 17 00:00:00 2001 From: Pooneh Mortazavi Date: Tue, 11 Jun 2019 09:30:17 -0700 Subject: [PATCH] Adding apiGroup to roleRef for gameservice-allocator --- install/helm/agones/templates/service/allocation.yaml | 1 + install/yaml/install.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/install/helm/agones/templates/service/allocation.yaml b/install/helm/agones/templates/service/allocation.yaml index ea18ede8bc..66f03638c7 100644 --- a/install/helm/agones/templates/service/allocation.yaml +++ b/install/helm/agones/templates/service/allocation.yaml @@ -133,6 +133,7 @@ subjects: name: gameserver-allocator namespace: {{ .Release.Namespace }} roleRef: + apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: gameserver-allocator diff --git a/install/yaml/install.yaml b/install/yaml/install.yaml index f098845093..e6a4d1fcdd 100644 --- a/install/yaml/install.yaml +++ b/install/yaml/install.yaml @@ -1125,6 +1125,7 @@ subjects: name: gameserver-allocator namespace: agones-system roleRef: + apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: gameserver-allocator