From 329908eba55a110ff4b40f5216f94fafa8d64d96 Mon Sep 17 00:00:00 2001 From: marcincuber Date: Thu, 2 Apr 2020 11:19:55 +0100 Subject: [PATCH] Add missing permissions in typha-cpha sa (Calico) --- config/v1.6/calico.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/v1.6/calico.yaml b/config/v1.6/calico.yaml index afa8baa32f..89b591de26 100644 --- a/config/v1.6/calico.yaml +++ b/config/v1.6/calico.yaml @@ -634,7 +634,7 @@ metadata: rules: - apiGroups: [""] resources: ["nodes"] - verbs: ["list"] + verbs: ["watch", "list"] --- @@ -710,7 +710,7 @@ rules: - apiGroups: [""] resources: ["configmaps"] verbs: ["get"] - - apiGroups: ["extensions"] + - apiGroups: ["extensions", "apps"] resources: ["deployments/scale"] verbs: ["get", "update"]