forked from mbianchidev/cli-cheatsheet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
helm.sh
13 lines (11 loc) · 911 Bytes
/
helm.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
#######################################################################################
################################ Helm - Commands ######################################
#######################################################################################
helm install <package>.yaml => installa il pacchetto definito dallo yaml
helm update => deprecato, fa update del pacchetto definito
nello yaml se disponibile
helm repo update => cugino non deprecato di helm update, fa update del pacchetto definito
nello yaml se disponibile
helm template -f <input-file-value>.yaml <chart-name> <chart-location> > <output-file>.yaml =>
helm template -f <input-file-value>.yaml <chart-name> <chart-location> > <output-file>.yaml =>
example: helm template -f svts.yaml evil-product ../ > test_ts_int.yaml