Skip to content
Snippets Groups Projects
Commit ce45a1e1 authored by anne.matthes's avatar anne.matthes
Browse files

Create secret for docker-registry

parent f0a2ba13
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ deploy:
- kubernetes
script:
- envsubst < helm/values/develop.yaml > values.yaml
- kubectl create secret docker-registry gitlab-registry-credentials --docker-server=$CI_REGISTRY --docker-username=$GITLAB_DEPLOY_USER --docker-password=$GITLAB_DEPLOY_PASSWORD --dry-run=client -o yaml | kubectl apply -f -
- helm upgrade -i manifest-service helm/manifest-service -f values.yaml
- kubectl rollout restart deployment manifest-service
environment:
......
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