removed mariadb from hel chart, after problems with continuous deploy
This commit is contained in:
@@ -2,12 +2,14 @@
|
||||
set -e
|
||||
echo "Executing app deploy."
|
||||
|
||||
#kubectl kustomize deploy/app | kubectl apply -f -
|
||||
kubectl kustomize deploy/app | kubectl apply -f -
|
||||
|
||||
|
||||
helm repo add nextcloud https://nextcloud.github.io/helm/ 2>/dev/null || true
|
||||
helm repo update nextcloud
|
||||
|
||||
helm upgrade --install nextcloud nextcloud/nextcloud \
|
||||
--values ./deploy/helm/values.yaml \
|
||||
--values ./deploy/helm/values.local.yaml \
|
||||
--namespace=cloud-limbosolutions-com
|
||||
--values ./deploy/helm/values.yaml \
|
||||
--values ./deploy/helm/values.local.yaml \
|
||||
--namespace cloud-limbosolutions-com
|
||||
|
||||
Reference in New Issue
Block a user