diff options
author | John T Skarbek <jtslear@gmail.com> | 2016-10-05 23:00:02 -0400 |
---|---|---|
committer | John T Skarbek <jtslear@gmail.com> | 2016-10-05 23:00:02 -0400 |
commit | 2448c8fa0bb01f79607282c08b336797a87d9048 (patch) | |
tree | 25d2c6fae762193dd97c964ce87067f5c8fa02b4 /roles | |
parent | f539303306947ff8b1d5ddfe206a2b21c36de3e8 (diff) | |
download | openshift-2448c8fa0bb01f79607282c08b336797a87d9048.tar.gz openshift-2448c8fa0bb01f79607282c08b336797a87d9048.tar.bz2 openshift-2448c8fa0bb01f79607282c08b336797a87d9048.tar.xz openshift-2448c8fa0bb01f79607282c08b336797a87d9048.zip |
Removes an unused file
* closes openshift/openshift-ansible#2423
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 |