diff --git a/ansible/templates/crd.yml.j2 b/ansible/templates/crd.yml.j2 index d17c7e1b..bd830e10 100644 --- a/ansible/templates/crd.yml.j2 +++ b/ansible/templates/crd.yml.j2 @@ -26,15 +26,12 @@ spec: deployment_type: description: Name of the deployment type type: string - default: awx kind: description: Kind of the deployment type type: string - default: AWX api_version: description: apiVersion of the deployment type type: string - default: awx.ansible.com/v1beta1 task_privileged: description: If a privileged security context should be enabled type: boolean diff --git a/deploy/awx-operator.yaml b/deploy/awx-operator.yaml index 0d456951..f945098a 100644 --- a/deploy/awx-operator.yaml +++ b/deploy/awx-operator.yaml @@ -28,15 +28,12 @@ spec: deployment_type: description: Name of the deployment type type: string - default: awx kind: description: Kind of the deployment type type: string - default: AWX api_version: description: apiVersion of the deployment type type: string - default: awx.ansible.com/v1beta1 task_privileged: description: If a privileged security context should be enabled type: boolean diff --git a/deploy/crds/awx_v1beta1_crd.yaml b/deploy/crds/awx_v1beta1_crd.yaml index d17c7e1b..bd830e10 100644 --- a/deploy/crds/awx_v1beta1_crd.yaml +++ b/deploy/crds/awx_v1beta1_crd.yaml @@ -26,15 +26,12 @@ spec: deployment_type: description: Name of the deployment type type: string - default: awx kind: description: Kind of the deployment type type: string - default: AWX api_version: description: apiVersion of the deployment type type: string - default: awx.ansible.com/v1beta1 task_privileged: description: If a privileged security context should be enabled type: boolean