From d8c06337bf6a293c7809ef20c0bc69be905b3bb7 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Sat, 22 Apr 2023 14:44:15 +0200 Subject: [PATCH] fix: markdown code block syntax highlighting --- knowledge base/kubernetes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/knowledge base/kubernetes/README.md b/knowledge base/kubernetes/README.md index 77ca671..a786339 100644 --- a/knowledge base/kubernetes/README.md +++ b/knowledge base/kubernetes/README.md @@ -346,7 +346,7 @@ Leverage the `preStop` hook instead of `postStart`. Since kubernetes version 1.9 and forth, volumeMounts behavior on secret, configMap, downwardAPI and projected have changed to Read-Only by default. A workaround to the problem is to create an `emtpyDir` Volume and copy the contents into it and execute/write whatever you need: -```shell +```sh initContainers: - name: copy-ro-scripts image: busybox