kubernetes-installation/verdaccio/INSTALL.md

214 B

Install Verdaccio

  • Installing
helm repo add verdaccio https://charts.verdaccio.org
helm install npm verdaccio/verdaccio
  • Create pvc from existing nfs-pc
kubectl create -f pvc.yaml