1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

Typo in OSD authentication

This commit is contained in:
mletalie
2024-02-26 08:56:11 -05:00
committed by openshift-cherrypick-robot
parent 061153009f
commit 7045674ec2

View File

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