using kustomization for deploy
This commit is contained in:
13
ops-scripts/apply-app.sh
Executable file
13
ops-scripts/apply-app.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
echo "Executing app deploy."
|
||||
|
||||
#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
|
||||
Reference in New Issue
Block a user