mirror of
https://github.com/bvanroll/environment-ff-stage-euw1-gkecluster-primary-staging.git
synced 2025-08-28 19:32:40 +00:00
fix makefile
This commit is contained in:
4
Makefile
4
Makefile
@@ -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:
|
||||
|
Reference in New Issue
Block a user