Skip to content

Commit

Permalink
Update repositorios.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anasalasro authored Feb 3, 2022
1 parent 4647bc9 commit 5eb8a73
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions repositorios.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
```helm repo list
helm repo add "stable "http://charts.helm.sh/stable"

### 1.- Añadir repositorios.

``` ruby
helm repo add "stable" "https://charts.helm.sh/stable" --force-update
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add bitnami https://charts.bitnami.com/bitnami --force-update
```

![k0s](https://github.com/anasalasro/Kubernetes-Helm/blob/main/imagenes/a%C3%B1adirRepo.png)

### 2.- Listar repositorios
``` ruby
helm repo list
NAME URL
stable https://charts.helm.sh/stable
bitnami https://charts.bitnami.com/bitnami
```
![listarRepo](https://github.com/anasalasro/Kubernetes-Helm/blob/main/imagenes/listarRepo.png)

0 comments on commit 5eb8a73

Please sign in to comment.