Skip to content
Snippets Groups Projects
Commit be40c908 authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Fixed script. [skip ci]

parent 7bcd219d
No related branches found
No related tags found
1 merge request!37Migration
Pipeline #45876 skipped
#!/bin/bash
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
--docker-server https://gitlab-registry.mpcdf.mpg.de \
--docker-username $1 \
--docker-password $2 \
--docker-email $3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment