From 6a5c2c7107085e65c476d07e9a834f668258fa17 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Thu, 25 Jun 2020 10:31:08 -0400 Subject: [PATCH] Make readme reflect reality --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b15f322b..95ee8407 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,8 @@ Then you can create instances of Tower, for example: name: tower namespace: ansible-tower spec: - tower_hostname: tower.mycompany.com + deployment_type: tower tower_secret_key: aabbcc - tower_admin_user: test tower_admin_email: test@example.com tower_admin_password: changeme @@ -84,6 +83,7 @@ OR spec: ... tower_ingress_type: Ingress + tower_hostname: tower.mycompany.com By default, no ingress/route is deployed as the default is set to `none`.