Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nomad-FAIR
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nomad-lab
nomad-FAIR
Commits
7bcd219d
Commit
7bcd219d
authored
Mar 26, 2019
by
Markus Scheidgen
Browse files
Options
Downloads
Patches
Plain Diff
Added script for added gitlab registry secret to kubernetes.
parent
620ab33e
No related branches found
No related tags found
1 merge request
!37
Migration
Pipeline
#45874
canceled
Mar 26, 2019
Stage: build
Stage: test
Stage: release
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
ops/scripts/kubernetes_gitlab_registry_secret.sh
+5
-0
5 additions, 0 deletions
ops/scripts/kubernetes_gitlab_registry_secret.sh
with
5 additions
and
0 deletions
ops/scripts/kubernetes_gitlab_registry_secret.sh
0 → 100644
+
5
−
0
View file @
7bcd219d
kubectl create secret docker-registry gitlab-mpcdf
\
--docker-server
https://gitlab-registry.mpcdf.mpg.de
--docker-username
$1
--docker-password
$2
--docker-email
$3
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment