deploy scripts & helm review: Secrets values from set instead on values, cd pre; add kustomization for infra
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
#/bin/bash
|
||||
#!/bin/bash
|
||||
set -e
|
||||
echo "Executing infra deploy."
|
||||
|
||||
kubectl kustomize deploy/infra | kubectl apply -f -
|
||||
|
||||
helm repo add gitea-charts https://dl.gitea.com/charts/
|
||||
helm repo update
|
||||
helm upgrade --install gitea gitea-charts/gitea \
|
||||
--values helm/values.yaml \
|
||||
--values helm/values.private.yaml \
|
||||
--namespace=git-limbosolutions-com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user