Skip to content

Commit

Permalink
added fqdn to sans (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewboswell authored and hyperbolic2346 committed Jul 29, 2019
1 parent fe4499d commit 5ce21f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reactive/kubernetes_master.py
Original file line number Diff line number Diff line change
Expand Up @@ -898,6 +898,7 @@ def send_data():
hookenv.unit_public_ip(),
ingress_ip,
socket.gethostname(),
socket.getfqdn(),
kubernetes_service_ip,
'kubernetes',
'kubernetes.{0}'.format(domain),
Expand Down

0 comments on commit 5ce21f5

Please sign in to comment.