diff --git a/README.md b/README.md index 77a9ac4..7b09205 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Successfully tested on: - Docker - Docker in Swarm mode - Kubernetes -- Openshift +- OpenShift ## Documentation is found at diff --git a/docs/how-tos/deploy-on-kubernetes.md b/docs/how-tos/deploy-on-kubernetes.md index fad8f3c..2d4728a 100644 --- a/docs/how-tos/deploy-on-kubernetes.md +++ b/docs/how-tos/deploy-on-kubernetes.md @@ -233,7 +233,7 @@ spec: This image also supports Kubernetes security context, you can run it in Rootless environment. It has been tested on Openshift, it works well. -Deployment on Openshift is supported, you need to remove `securityContext` section on your yaml file. +Deployment on OpenShift is supported, you need to remove `securityContext` section on your yaml file. ```yaml apiVersion: batch/v1