Update nfs development scripts

The development scripts are currently pointing to the old helm v2
minikube scripts and as a result, they do not work properly. This
change points them to use the correct up-to-date scripts and is
part of the effort to update and cleanup the deployment scripts
for openstack-helm.

Change-Id: I4797eace5f9f625de886c7abe1111222da2e92f9
This commit is contained in:
Gage Hugo 2022-02-16 14:26:33 -06:00
parent 3ff41ce11c
commit 0534f0524b
4 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
../common/000-install-packages.sh
../../common/install-packages.sh

View File

@ -1 +1 @@
../common/010-deploy-k8s.sh
../../common/deploy-k8s.sh

View File

@ -1 +1 @@
../common/020-setup-client.sh
../../common/setup-client.sh

View File

@ -1 +1 @@
../common/030-ingress.sh
../../component/common/ingress.sh