diff options
author | Amit Rathi <amit@hypertrack.io> | 2018-11-23 01:47:47 +0530 |
---|---|---|
committer | Amit Rathi <amit@hypertrack.io> | 2018-11-23 01:47:47 +0530 |
commit | c3041b7f7c4b407f1d32ac2f7ab1e21812b40694 (patch) | |
tree | c8e2aeb74ed6cc6a3ffc2949b60c48fad6318efa | |
parent | faa18a2c3561f75217821ababf29b7c7e36d72dc (diff) | |
download | gitlab-ce-c3041b7f7c4b407f1d32ac2f7ab1e21812b40694.tar.gz |
Fix failign tests
-rw-r--r-- | app/models/clusters/applications/cert_manager.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/clusters/applications/cert_manager.rb b/app/models/clusters/applications/cert_manager.rb index 583f19d3dc8..077e2bda143 100644 --- a/app/models/clusters/applications/cert_manager.rb +++ b/app/models/clusters/applications/cert_manager.rb @@ -48,7 +48,7 @@ module Clusters end def cluster_issuer_content - YAML.safe_load(cluster_issuer_file_path) + YAML.safe_load(File.read(cluster_issuer_file_path)) end def cluster_issue_overlay |