Merge branch 'master' of git.ducamps.win:vincent/notebook
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
commit
7170457247
19
IT/Kubernetes/2022-02-26-10-26-47.md
Normal file
19
IT/Kubernetes/2022-02-26-10-26-47.md
Normal file
@ -0,0 +1,19 @@
|
||||
---
|
||||
created: 2022-02-26T10:26:47+01:00
|
||||
modified: 2022-02-26T10:30:10+01:00
|
||||
---
|
||||
|
||||
# Helm
|
||||
|
||||
Helm est un gestionnaire de package kubernetes
|
||||
Il permet de créer des template de configuration kubernetes appelé charts
|
||||
|
||||
Si utilisation d un chart personnalisé penser à construire les dépendance
|
||||
|
||||
```sh
|
||||
Helm dependency build .
|
||||
```
|
||||
|
||||
```sh
|
||||
Helm install -n vault vault . -f values.yml
|
||||
``|
|
Loading…
Reference in New Issue
Block a user