diff --git a/config/crd/bases/infrastructure.cluster.x-k8s.io_vcdmachines.yaml b/config/crd/bases/infrastructure.cluster.x-k8s.io_vcdmachines.yaml index 1782ee911..3df86cda3 100644 --- a/config/crd/bases/infrastructure.cluster.x-k8s.io_vcdmachines.yaml +++ b/config/crd/bases/infrastructure.cluster.x-k8s.io_vcdmachines.yaml @@ -208,8 +208,8 @@ spec: description: The machine address. type: string type: - description: Machine address type, one of Hostname, ExternalIP - or InternalIP. + description: Machine address type, one of Hostname, ExternalIP, + InternalIP, ExternalDNS or InternalDNS. type: string required: - address @@ -388,8 +388,8 @@ spec: description: The machine address. type: string type: - description: Machine address type, one of Hostname, ExternalIP - or InternalIP. + description: Machine address type, one of Hostname, ExternalIP, + InternalIP, ExternalDNS or InternalDNS. type: string required: - address diff --git a/templates/infrastructure-components.yaml b/templates/infrastructure-components.yaml index 1edb0cde3..de91c2642 100644 --- a/templates/infrastructure-components.yaml +++ b/templates/infrastructure-components.yaml @@ -986,8 +986,8 @@ spec: description: The machine address. type: string type: - description: Machine address type, one of Hostname, ExternalIP - or InternalIP. + description: Machine address type, one of Hostname, ExternalIP, + InternalIP, ExternalDNS or InternalDNS. type: string required: - address @@ -1166,8 +1166,8 @@ spec: description: The machine address. type: string type: - description: Machine address type, one of Hostname, ExternalIP - or InternalIP. + description: Machine address type, one of Hostname, ExternalIP, + InternalIP, ExternalDNS or InternalDNS. type: string required: - address