diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-10-06 08:14:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-06 08:14:21 -0400 |
commit | 51395fea9e7b7eb534eb89461568691904497262 (patch) | |
tree | baded58c370080fa4904a758f58ac1d570e493dd /roles | |
parent | c7d9c63088f58a3aa338981083a9fb21a8c5c7f5 (diff) | |
parent | 2448c8fa0bb01f79607282c08b336797a87d9048 (diff) | |
download | openshift-51395fea9e7b7eb534eb89461568691904497262.tar.gz openshift-51395fea9e7b7eb534eb89461568691904497262.tar.bz2 openshift-51395fea9e7b7eb534eb89461568691904497262.tar.xz openshift-51395fea9e7b7eb534eb89461568691904497262.zip |
Merge pull request #2558 from jtslear/issue-2423
Removes an unused file
Diffstat (limited to 'roles')
-rw-r--r-- | roles/openshift_hosted_logging/files/logging-deployer-sa.yaml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/roles/openshift_hosted_logging/files/logging-deployer-sa.yaml b/roles/openshift_hosted_logging/files/logging-deployer-sa.yaml deleted file mode 100644 index 334c9402b..000000000 --- a/roles/openshift_hosted_logging/files/logging-deployer-sa.yaml +++ /dev/null @@ -1,6 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: logging-deployer -secrets: -- name: logging-deployer |