-
Notifications
You must be signed in to change notification settings - Fork 55
/
Copy pathMakefile
17 lines (15 loc) · 930 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
lint:
ct lint
install:
ct install
install-all:
helm upgrade --install bookinfo charts/bookinfo -n bookinfo --create-namespace
helm upgrade --install loki charts/loki -n loki --create-namespace
helm upgrade --install mssql charts/mssql -n mssql --create-namespace
helm upgrade --install mysql-operator-orc charts/mysql-operator -n mysql-operator-orc --create-namespace
helm upgrade --install nfs-server-provisioner charts/nfs-server-provisioner -n nfs-server-provisioner --create-namespace
helm upgrade --install nginx charts/nginx -n nginx --create-namespace
helm upgrade --install online-boutique charts/online-boutique -n online-boutique --create-namespace
helm upgrade --install quake-kube charts/quake-kube -n quake-kube --create-namespace
helm upgrade --install rancher-demo charts/rancher-demo -n rancher-demo --create-namespace
helm upgrade --install wordpress charts/wordpress -n wordpress --create-namespace