From 7e3f5047a16a8e4d6240078bcbe3d232e5a8ab19 Mon Sep 17 00:00:00 2001 From: Ryland DeGregory Date: Thu, 8 Apr 2021 12:20:08 -0400 Subject: [PATCH] Updated protocol var in LoadBalancer ingress spec --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ff18e97..1920685c 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ spec: spec: ... tower_ingress_type: LoadBalancer - tower_ingress_protocol: http + tower_loadbalancer_protocol: http ``` #### TLS Termination @@ -267,7 +267,7 @@ spec: tower_image: myorg/my-custom-awx tower_image_pull_policy: Always tower_image_pull_secret: pull_secret_name - tower_ee_images: + tower_ee_images: - name: my-custom-awx-ee image: myorg/my-custom-awx-ee ```