More final preparations for 0.4.0 release.

This commit is contained in:
Jeff Geerling
2020-06-05 09:06:41 -05:00
parent bc1d152671
commit 11c8fe2549
3 changed files with 16 additions and 2 deletions

View File

@@ -159,3 +159,16 @@ spec:
- name: v1beta1
served: true
storage: true
validation:
openAPIV3Schema:
description: Schema validation for the Tower CRD
type: object
properties:
spec:
type: object
properties:
deployment_type:
type: string
pattern: "^(tower|awx)(-)?.*$"
required:
- deployment_type