From 58deb929531d5c90eb4b3186b9a023ac82b9e29a Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Wed, 21 Aug 2024 03:52:49 +0200 Subject: [PATCH] docs: update readme --- README.md | 2 +- docs/how-tos/deploy-on-kubernetes.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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