diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-01-05 14:49:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-05 14:49:01 -0500 |
commit | d2c142d6a0df84165c917745508ed3e9541f5cbf (patch) | |
tree | a9d09c664395d4d0e586694d41bf30202a54bbdf | |
parent | a3bb391fe3fa1cb8d6ecdd059b6bd65397fa040d (diff) | |
parent | 8dc5bb0e48d2835a1a0eab3ef46ec936f0a85093 (diff) | |
download | openshift-d2c142d6a0df84165c917745508ed3e9541f5cbf.tar.gz openshift-d2c142d6a0df84165c917745508ed3e9541f5cbf.tar.bz2 openshift-d2c142d6a0df84165c917745508ed3e9541f5cbf.tar.xz openshift-d2c142d6a0df84165c917745508ed3e9541f5cbf.zip |
Merge pull request #3049 from sdodson/fix-logging-deployer
logging-deployer fixes from origin-aggregated-logging/#317
-rw-r--r-- | roles/openshift_hosted_templates/files/v1.3/enterprise/logging-deployer.yaml | 2 | ||||
-rw-r--r-- | roles/openshift_hosted_templates/files/v1.4/enterprise/logging-deployer.yaml | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/roles/openshift_hosted_templates/files/v1.3/enterprise/logging-deployer.yaml b/roles/openshift_hosted_templates/files/v1.3/enterprise/logging-deployer.yaml index 13cef2d66..c47d5361d 100644 --- a/roles/openshift_hosted_templates/files/v1.3/enterprise/logging-deployer.yaml +++ b/roles/openshift_hosted_templates/files/v1.3/enterprise/logging-deployer.yaml @@ -72,7 +72,6 @@ items: metadata: name: logging-deployer-edit-role roleRef: - kind: ClusterRole name: edit subjects: - kind: ServiceAccount @@ -83,7 +82,6 @@ items: metadata: name: logging-deployer-dsadmin-role roleRef: - kind: ClusterRole name: daemonset-admin subjects: - kind: ServiceAccount diff --git a/roles/openshift_hosted_templates/files/v1.4/enterprise/logging-deployer.yaml b/roles/openshift_hosted_templates/files/v1.4/enterprise/logging-deployer.yaml index ddfda1272..c67058696 100644 --- a/roles/openshift_hosted_templates/files/v1.4/enterprise/logging-deployer.yaml +++ b/roles/openshift_hosted_templates/files/v1.4/enterprise/logging-deployer.yaml @@ -81,7 +81,6 @@ items: metadata: name: logging-deployer-edit-role roleRef: - kind: ClusterRole name: edit subjects: - kind: ServiceAccount @@ -92,7 +91,6 @@ items: metadata: name: logging-deployer-dsadmin-role roleRef: - kind: ClusterRole name: daemonset-admin subjects: - kind: ServiceAccount @@ -103,7 +101,6 @@ items: metadata: name: logging-elasticsearch-view-role roleRef: - kind: ClusterRole name: view subjects: - kind: ServiceAccount |