summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted_templates/files/v1.4/origin/logging-deployer.yaml
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-11-04 10:22:33 -0400
committerScott Dodson <sdodson@redhat.com>2016-11-04 10:23:01 -0400
commit47a31c4d692479242eefaa5ec64ddf27d2775b0f (patch)
tree2cd8c269a31499e42fea44252c7457290e0458fa /roles/openshift_hosted_templates/files/v1.4/origin/logging-deployer.yaml
parent236fe4eb0cc2be81dce37b4655292af6e8101d62 (diff)
downloadopenshift-47a31c4d692479242eefaa5ec64ddf27d2775b0f.tar.gz
openshift-47a31c4d692479242eefaa5ec64ddf27d2775b0f.tar.bz2
openshift-47a31c4d692479242eefaa5ec64ddf27d2775b0f.tar.xz
openshift-47a31c4d692479242eefaa5ec64ddf27d2775b0f.zip
Update hosted_templates
Diffstat (limited to 'roles/openshift_hosted_templates/files/v1.4/origin/logging-deployer.yaml')
-rw-r--r--roles/openshift_hosted_templates/files/v1.4/origin/logging-deployer.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/roles/openshift_hosted_templates/files/v1.4/origin/logging-deployer.yaml b/roles/openshift_hosted_templates/files/v1.4/origin/logging-deployer.yaml
index 8b28f872f..bc8c79ca1 100644
--- a/roles/openshift_hosted_templates/files/v1.4/origin/logging-deployer.yaml
+++ b/roles/openshift_hosted_templates/files/v1.4/origin/logging-deployer.yaml
@@ -66,6 +66,15 @@ items:
- watch
- delete
- update
+ - apiVersion: v1
+ kind: ClusterRole
+ metadata:
+ name: rolebinding-reader
+ rules:
+ - resources:
+ - clusterrolebindings
+ verbs:
+ - get
-
apiVersion: v1
kind: RoleBinding
@@ -88,6 +97,17 @@ items:
subjects:
- kind: ServiceAccount
name: logging-deployer
+ -
+ apiVersion: v1
+ kind: RoleBinding
+ metadata:
+ name: logging-elasticsearch-view-role
+ roleRef:
+ kind: ClusterRole
+ name: view
+ subjects:
+ - kind: ServiceAccount
+ name: aggregated-logging-elasticsearch
-
apiVersion: "v1"
kind: "Template"