From 7045674ec276ad76f42eef95844b92abc0664a44 Mon Sep 17 00:00:00 2001 From: mletalie Date: Mon, 26 Feb 2024 08:56:11 -0500 Subject: [PATCH] Typo in OSD authentication --- modules/authentication-authorization-common-terms.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/authentication-authorization-common-terms.adoc b/modules/authentication-authorization-common-terms.adoc index 08efd1a69a..2b5816da56 100644 --- a/modules/authentication-authorization-common-terms.adoc +++ b/modules/authentication-authorization-common-terms.adoc @@ -27,7 +27,7 @@ config map:: A config map provides a way to inject configuration data into the pods. You can reference the data stored in a config map in a volume of type `ConfigMap`. Applications running in a pod can use this data. containers:: -Lightweight and executable images that consist software and all its dependencies. Because containers virtualize the operating system, you can run containers in a data center, public or private cloud, or your local host. +Lightweight and executable images that consist of software and all its dependencies. Because containers virtualize the operating system, you can run containers in a data center, public or private cloud, or your local host. Custom Resource (CR):: A CR is an extension of the Kubernetes API.