From 9d6cda31329ae26627695f66d8a6dd93e0294af7 Mon Sep 17 00:00:00 2001 From: Andrew Suderman Date: Wed, 26 Feb 2020 17:00:24 -0700 Subject: [PATCH] The server needs access to logs --- charts/argo/templates/server-clusterrole.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/charts/argo/templates/server-clusterrole.yaml b/charts/argo/templates/server-clusterrole.yaml index 80992780..1d67a94f 100644 --- a/charts/argo/templates/server-clusterrole.yaml +++ b/charts/argo/templates/server-clusterrole.yaml @@ -17,6 +17,13 @@ rules: - update - patch - delete +- apiGroups: + - "" + resources: + - pods/log + verbs: + - get + - list - apiGroups: - "" resources: