Skip to content

Commit

Permalink
Aula 05
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricioveronez committed Apr 5, 2024
1 parent 7ad2464 commit 765000a
Show file tree
Hide file tree
Showing 2 changed files with 1,267 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,11 @@ https://cloud.google.com

### Link para instalação do Azure CLI:

https://cloud.google.com/sdk/docs/install?hl=pt-br
https://cloud.google.com/sdk/docs/install?hl=pt-br

# Aula 05

### Comando para obter a senha do Grafana
```
kubectl get secret --namespace default grafana -o jsonpath="{.data.admin-password}" | base64 --decode
```
Loading

0 comments on commit 765000a

Please sign in to comment.