From 126228774c4d13f0cd8e972386cdb66080b0a8ab Mon Sep 17 00:00:00 2001 From: Yanis Guenane Date: Tue, 27 Apr 2021 13:24:31 +0200 Subject: [PATCH] olm manifests: fix wrong identation making file incorrect Currently the file is inacurrate and yaml parsing would fail on line 166 with > syntax error: expected , but found '' (syntax) --- .../manifests/awx.ansible.com_awxs_crd.yaml | 62 +++++++++---------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/deploy/olm-catalog/awx-operator/manifests/awx.ansible.com_awxs_crd.yaml b/deploy/olm-catalog/awx-operator/manifests/awx.ansible.com_awxs_crd.yaml index 559cc885..b03e3b94 100644 --- a/deploy/olm-catalog/awx-operator/manifests/awx.ansible.com_awxs_crd.yaml +++ b/deploy/olm-catalog/awx-operator/manifests/awx.ansible.com_awxs_crd.yaml @@ -149,37 +149,37 @@ spec: description: node tolerations for the Postgres pods type: string tower_postgres_storage_requirements: - description: Storage requirements for the PostgreSQL container - properties: - requests: - properties: - storage: - type: string - type: object - limits: - properties: - storage: - type: string - type: object - type: object - tower_postgres_resource_requirements: - description: Resource requirements for the PostgreSQL container - properties: - requests: - properties: - cpu: - type: string - memory: - type: string - type: object - limits: - properties: - cpu: - type: string - memory: - type: string - type: object - type: object + description: Storage requirements for the PostgreSQL container + properties: + requests: + properties: + storage: + type: string + type: object + limits: + properties: + storage: + type: string + type: object + type: object + tower_postgres_resource_requirements: + description: Resource requirements for the PostgreSQL container + properties: + requests: + properties: + cpu: + type: string + memory: + type: string + type: object + limits: + properties: + cpu: + type: string + memory: + type: string + type: object + type: object tower_postgres_storage_class: description: Storage class to use for the PostgreSQL PVC type: string