From fd8cdb66afc2b12f540a35eecd4569357b40b563 Mon Sep 17 00:00:00 2001 From: "Singh, Jasvinder (js581j)" Date: Tue, 23 Jun 2020 17:59:17 -0400 Subject: [PATCH] Updating nagios cluster role for rbd monitoring This patchset is required for the patch set https://review.opendev.org/#/c/737629. The kuberntes python api requires these permissions, for this script to work properly. Change-Id: I69f2ca40ab6068295a4cb2d85073183ca348af1e --- nagios/templates/deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nagios/templates/deployment.yaml b/nagios/templates/deployment.yaml index 98075ee62..79fd85932 100644 --- a/nagios/templates/deployment.yaml +++ b/nagios/templates/deployment.yaml @@ -33,6 +33,9 @@ rules: - services - endpoints - pods + - pods/exec + - persistentvolumes + - persistentvolumeclaims verbs: - get - list