Commit 2750c172 authored by George Kraft's avatar George Kraft

juju: Fix kubernetes-worker certificate SANs on AWS

parent c7d4931d
......@@ -361,7 +361,7 @@ def send_data(tls, kube_control):
sans = [
hookenv.unit_public_ip(),
ingress_ip,
get_node_name()
gethostname()
]
# Create a path safe name by removing path characters from the unit name.
......
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