mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 06:12:54 +00:00
Merge pull request #249 from Spredzy/fix_wrong_indentation
olm manifests: fix wrong identation making file incorrect
This commit is contained in:
@@ -149,37 +149,37 @@ spec:
|
|||||||
description: node tolerations for the Postgres pods
|
description: node tolerations for the Postgres pods
|
||||||
type: string
|
type: string
|
||||||
tower_postgres_storage_requirements:
|
tower_postgres_storage_requirements:
|
||||||
description: Storage requirements for the PostgreSQL container
|
description: Storage requirements for the PostgreSQL container
|
||||||
properties:
|
properties:
|
||||||
requests:
|
requests:
|
||||||
properties:
|
properties:
|
||||||
storage:
|
storage:
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
limits:
|
limits:
|
||||||
properties:
|
properties:
|
||||||
storage:
|
storage:
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
tower_postgres_resource_requirements:
|
tower_postgres_resource_requirements:
|
||||||
description: Resource requirements for the PostgreSQL container
|
description: Resource requirements for the PostgreSQL container
|
||||||
properties:
|
properties:
|
||||||
requests:
|
requests:
|
||||||
properties:
|
properties:
|
||||||
cpu:
|
cpu:
|
||||||
type: string
|
type: string
|
||||||
memory:
|
memory:
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
limits:
|
limits:
|
||||||
properties:
|
properties:
|
||||||
cpu:
|
cpu:
|
||||||
type: string
|
type: string
|
||||||
memory:
|
memory:
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
tower_postgres_storage_class:
|
tower_postgres_storage_class:
|
||||||
description: Storage class to use for the PostgreSQL PVC
|
description: Storage class to use for the PostgreSQL PVC
|
||||||
type: string
|
type: string
|
||||||
|
|||||||
Reference in New Issue
Block a user