Skip to content
Snippets Groups Projects
Commit 6e9412a0 authored by Fabio's avatar Fabio
Browse files

Vendor 10.4 Auto DevOps template

parent b472411e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -345,12 +345,6 @@ production:
replicas="$new_replicas"
fi
 
if [[ "$CI_PROJECT_VISIBILITY" != "public" ]]; then
secret_name='gitlab-registry'
else
secret_name=''
fi
helm upgrade --install \
--wait \
--set service.enabled="$service_enabled" \
Loading
Loading
@@ -358,7 +352,6 @@ production:
--set image.repository="$CI_APPLICATION_REPOSITORY" \
--set image.tag="$CI_APPLICATION_TAG" \
--set image.pullPolicy=IfNotPresent \
--set image.secrets[0].name="$secret_name" \
--set application.track="$track" \
--set application.database_url="$DATABASE_URL" \
--set service.url="$CI_ENVIRONMENT_URL" \
Loading
Loading
@@ -488,9 +481,6 @@ production:
 
function create_secret() {
echo "Create secret..."
if [[ "$CI_PROJECT_VISIBILITY" == "public" ]]; then
return
fi
 
kubectl create secret -n "$KUBE_NAMESPACE" \
docker-registry gitlab-registry \
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment