From 96b878f0492293d19a87d3c90839639dc144634b Mon Sep 17 00:00:00 2001 From: TheStally Date: Thu, 22 Apr 2021 08:39:28 +0100 Subject: [PATCH] Add NodePort to tower_ingress_type enum --- ansible/templates/crd.yml.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/templates/crd.yml.j2 b/ansible/templates/crd.yml.j2 index beec0b25..bc88be7a 100644 --- a/ansible/templates/crd.yml.j2 +++ b/ansible/templates/crd.yml.j2 @@ -69,6 +69,8 @@ spec: - route - LoadBalancer - loadbalancer + - NodePort + - nodeport tower_ingress_annotations: description: Annotations to add to the ingress type: string