From c85cc8fd39404cb341f847f2d57b916c4b235b01 Mon Sep 17 00:00:00 2001 From: chas Date: Mon, 28 Nov 2022 09:51:55 -0500 Subject: [PATCH] Add bash syntax for commands --- kubernetes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/README.md b/kubernetes/README.md index 7d9e82f..b67ad98 100644 --- a/kubernetes/README.md +++ b/kubernetes/README.md @@ -208,7 +208,7 @@ This proposal is 4x the CPU and 2x the memory of the default values. These value Configuring these values can be done with Kubernetes commands. You can get the names of the deployments with `kubectl get deployments`. -``` +```bash # scale down deployment kubectl scale --replicas=0 deployment/op-scim-bridge