fix makefile

This commit is contained in:
James Strachan
2018-01-16 22:38:11 +00:00
parent 0bf0ed1c29
commit cee8c34740

View File

@@ -13,11 +13,11 @@ build: clean
helm lint ${DIR}
install:
echo "Installing release ${NAME} to namespace ${NAMESPACE}
echo "Installing release ${NAME} to namespace ${NAMESPACE}
helm install ${DIR} --name ${NAME} --namespace ${NAMESPACE}
upgrade:
echo "Upgrading release ${NAME} to namespace ${NAMESPACE}
echo "Upgrading release ${NAME} to namespace ${NAMESPACE}
helm upgrade ${NAME} ${DIR} --namespace ${NAMESPACE}
delete: