Remove deployment_type

This commit is contained in:
Shane McDonald
2021-01-21 13:15:14 -05:00
parent 49f0d44dee
commit cf633d6ec2
12 changed files with 0 additions and 33 deletions

View File

@@ -5,7 +5,6 @@ metadata:
name: example-awx
namespace: example-awx
spec:
deployment_type: awx
tower_ingress_type: none
tower_task_privileged: false

View File

@@ -26,9 +26,6 @@ spec:
spec:
type: object
properties:
deployment_type:
type: string
pattern: "^(tower|awx)(-)?.*$"
external_database:
type: boolean
description: |
@@ -51,5 +48,3 @@ spec:
username: <username to connect as>
password: <password to connect with>
type: Opaque
required:
- deployment_type

View File

@@ -5,7 +5,6 @@ metadata:
name: example-awx
namespace: example-awx
spec:
deployment_type: awx
tower_ingress_type: ingress
tower_task_privileged: false