fix bug
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2020-08-11 02:13:46 +02:00
parent 766e34dbf3
commit 2c0f3ce1d9

View file

@ -71,7 +71,7 @@ for i in nfs-provisioner-runner-ClusterRole.yaml run-nfs-provisioner-ClusterRole
sed "s/namespace:.*/namespace: nfs-provisioner/g" -i files/nfs/$i
done
sed 's|\(.*-provisioner=\).*"|\1reslinger.net/nfs"|' -i files/nfs/nfs-provisioner-Deployment.yaml
sed 's/example-nfs-//' -i vars/nfs.yaml
sed 's/example-nfs-//' -i "${NFS_FILE}"
mv files/nfs/example-nfs-StorageClass.yaml files/nfs/StorageClass.yaml
sed 's|example-nfs|nfs|' -i files/nfs/StorageClass.yaml
sed 's|example.com/nfs|reslinger.net/nfs|' -i files/nfs/StorageClass.yaml