Commit faa18a2c authored by Amit Rathi's avatar Amit Rathi

change load_file to safe_load

parent 09c3c95d
...@@ -48,7 +48,7 @@ module Clusters ...@@ -48,7 +48,7 @@ module Clusters
end end
def cluster_issuer_content def cluster_issuer_content
YAML.load_file(cluster_issuer_file_path) YAML.safe_load(cluster_issuer_file_path)
end end
def cluster_issue_overlay def cluster_issue_overlay
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment