From e3b70d6e6dfd57061c2ef9ffab93f822bb22f5c4 Mon Sep 17 00:00:00 2001 From: Diogo Lopes Date: Mon, 26 Feb 2024 16:05:14 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20Ajustando=20o=20par=C3=A2metro=20replica?= =?UTF-8?q?s=20para=20receber=20uma=20vari=C3=A1vel=20em=20vez=20de=20um?= =?UTF-8?q?=20valor=20fixo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pt/day-16/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pt/day-16/README.md b/pt/day-16/README.md index f7d7d1f8..edc9c0ed 100644 --- a/pt/day-16/README.md +++ b/pt/day-16/README.md @@ -390,7 +390,7 @@ metadata: app: redis name: redis-deployment spec: - replicas: 1 + replicas: {{ .Values.redis.replicas }} selector: matchLabels: app: redis