From c1fdc60caf237223eeb492fcc56161d21b47528a Mon Sep 17 00:00:00 2001 From: Diogo Lopes Date: Tue, 27 Feb 2024 12:25:45 -0300 Subject: [PATCH] =?UTF-8?q?doc:=20Ajuste=20na=20identa=C3=A7=C3=A3o=20do?= =?UTF-8?q?=20arquivo=20values.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pt/day-16/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pt/day-16/README.md b/pt/day-16/README.md index 363ad75c..c12caa17 100644 --- a/pt/day-16/README.md +++ b/pt/day-16/README.md @@ -1218,9 +1218,9 @@ A configuração no `values.yaml`: databases: giropops-senhas: type: "MySQL" - host: "mysql.svc.cluster.local" - port: 3306 - name: "MyDB" + host: "mysql.svc.cluster.local" + port: 3306 + name: "MyDB" ``` Com isso, já podemos criar um ConfigMap que inclui essa configuração como uma string YAML: