Fix failign tests
This commit is contained in:
parent
faa18a2c35
commit
c3041b7f7c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue