typo in inventory

simple typo fix `this` -> `these`
This commit is contained in:
Jake Jackson 2019-03-12 11:48:41 -04:00 committed by GitHub
parent 22c4b28917
commit 9e528ea898
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.