Skip to content

Commit

Permalink
Merge pull request #68 from danpawlik/fix-cert-v3
Browse files Browse the repository at this point in the history
Add baseDomain name and subjectAltName that is pointing to host ip address
  • Loading branch information
morucci authored Jun 14, 2024
2 parents 92b99dc + d846903 commit 0de2566
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,12 @@ microshift_config:
apiServer:
subjectAltNames:
- "{{ fqdn }}"
- "{{ ansible_default_ipv4.address }}"
# advertiseAddress: ""
dns:
baseDomain: "{{ fqdn }}"
# debugging:
# logLevel: Normal
# dns:
# baseDomain: example.com
# etcd:
# memoryLimitMB: 0
# manifests:
Expand Down

0 comments on commit 0de2566

Please sign in to comment.