mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-07 05:42:55 +00:00
Fix upstream install path
Note that this added the required attribute spec.deployment_type. This _can_ go away after the supervisor configs move back into the downstream images, but the pattern may prove useful for other things in the future.
This commit is contained in:
@@ -18,3 +18,16 @@ spec:
|
||||
- name: v1alpha1
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user