From c0c0996d73a471b44461e700d934f6c9378ff695 Mon Sep 17 00:00:00 2001 From: Conor Fennell Date: Tue, 13 Nov 2018 10:41:52 +0000 Subject: [PATCH] add argo cluster permission to view logs --- manifests/cluster-install/argocd-server-clusterrole.yaml | 7 +++++++ manifests/install.yaml | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/manifests/cluster-install/argocd-server-clusterrole.yaml b/manifests/cluster-install/argocd-server-clusterrole.yaml index 1d9654148f7a2..46fcaa01625f9 100644 --- a/manifests/cluster-install/argocd-server-clusterrole.yaml +++ b/manifests/cluster-install/argocd-server-clusterrole.yaml @@ -15,3 +15,10 @@ rules: - events verbs: - list +- apiGroups: + - "" + resources: + - pods + - pods/log + verbs: + - get \ No newline at end of file diff --git a/manifests/install.yaml b/manifests/install.yaml index 9e2fe39f286a4..fbb6e25547d32 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -171,6 +171,13 @@ rules: - events verbs: - list +- apiGroups: + - "" + resources: + - pods + - pods/log + verbs: + - get --- apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding