Commit 0d5be948 authored by Chris Baumbauer's avatar Chris Baumbauer

Fix incorrect domain key for values.yaml

parent 97441486
......@@ -26,7 +26,7 @@ module Clusters
end
def values
{ domain: hostname }.to_yaml
{ "domain" => hostname }.to_yaml
end
def install_command
......
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