Skip to content

Commit

Permalink
Merge pull request #233 from DiogoMajela/databases-values
Browse files Browse the repository at this point in the history
Ajuste de identação no arquivo values.yaml relacionado ao databases
  • Loading branch information
badtuxx committed Mar 1, 2024
2 parents 8013f82 + c1fdc60 commit 68884d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pt/day-16/README.md
Expand Up @@ -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:
Expand Down

0 comments on commit 68884d1

Please sign in to comment.