From 754ad98d3c290c83479daaac48f48dee8d63b84f Mon Sep 17 00:00:00 2001 From: Yanis Guenane Date: Mon, 14 Jun 2021 09:33:39 +0200 Subject: [PATCH] Do not specify unneeded default --- ansible/templates/crd.yml.j2 | 3 --- deploy/awx-operator.yaml | 3 --- deploy/crds/awx_v1beta1_crd.yaml | 3 --- 3 files changed, 9 deletions(-) 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