Skip to content

Commit

Permalink
adicionando RBAC no k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
badtuxx committed Feb 5, 2024
1 parent 4b08678 commit 4b6e875
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pt/day-15/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,6 @@ Nada de novo acima, certo? No arquivo estamos definindo o seguinte:
- `kind`: Tipo do recurso que estamos criando, no caso, um Service Account.
- `metadata.name`: Nome do nosso Service Account.
- `metadata.namespace`: Namespace que o nosso Service Account será criado.
```

Agora vamos aplicar o arquivo no cluster:

Expand Down

0 comments on commit 4b6e875

Please sign in to comment.