From 3e41793152409613dff4d4b3c6bce4edbbfd6cff Mon Sep 17 00:00:00 2001 From: Satyam Zode Date: Mon, 20 May 2019 19:44:04 +0530 Subject: [PATCH] Add get verb to the batch apigroup in cluster role Signed-off-by: Satyam Zode --- examples/k8s/cluster-role.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/k8s/cluster-role.yaml b/examples/k8s/cluster-role.yaml index 0c66d9892..e98eab003 100644 --- a/examples/k8s/cluster-role.yaml +++ b/examples/k8s/cluster-role.yaml @@ -43,6 +43,7 @@ rules: - cronjobs - jobs verbs: + - get - list - watch - apiGroups: