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