From 9e528ea898afca2660091c09e157894a76b79889 Mon Sep 17 00:00:00 2001 From: Jake Jackson Date: Tue, 12 Mar 2019 11:48:41 -0400 Subject: [PATCH] typo in inventory simple typo fix `this` -> `these` --- installer/inventory | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/inventory b/installer/inventory index 873b73c528..2c3e47175f 100644 --- a/installer/inventory +++ b/installer/inventory @@ -27,7 +27,7 @@ dockerhub_base=ansible # pg_mem_limit=2 # Kubernetes and Openshift Install Resource Requests -# This are the request and limit values for a pod's container for task/web/rabbitmq/memcached/management. +# These are the request and limit values for a pod's container for task/web/rabbitmq/memcached/management. # The total amount of requested resources for a pod is the sum of all # resources requested by all containers in the pod # A cpu_request of 1500 is 1.5 cores for the container to start out with.