From 7fa2d035c9f2051e5e07134522871ea23f85e52c Mon Sep 17 00:00:00 2001 From: John Kwiatkoski Date: Tue, 22 Mar 2016 14:48:31 -0400 Subject: revised and restructured logging role --- roles/openshift_hosted_logging/files/logging-deployer-sa.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 roles/openshift_hosted_logging/files/logging-deployer-sa.yaml (limited to 'roles/openshift_hosted_logging/files/logging-deployer-sa.yaml') diff --git a/roles/openshift_hosted_logging/files/logging-deployer-sa.yaml b/roles/openshift_hosted_logging/files/logging-deployer-sa.yaml new file mode 100644 index 000000000..334c9402b --- /dev/null +++ b/roles/openshift_hosted_logging/files/logging-deployer-sa.yaml @@ -0,0 +1,6 @@ +apiVersion: v1 +kind: ServiceAccount +metadata: + name: logging-deployer +secrets: +- name: logging-deployer -- cgit v1.2.3