File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ staticreg serve
36
36
### Run with Docker
37
37
38
38
``` bash
39
- docker run --rm -d cr.seqera.io/public/staticreg:0.2.0 serve --registry < registry-url-here>
39
+ docker run --rm -d cr.seqera.io/public/staticreg:0.2.0 serve --registry < registry-url-here> --wave-server-url < wave-server-url-here >
40
40
```
41
41
42
42
## Install on Kubernetes
@@ -47,7 +47,7 @@ Create a secret with the registry details (the registry you want to list images
47
47
kubectl create secret generic registry-credentials \
48
48
--from-literal=REGISTRY_USER=< username> \
49
49
--from-literal=REGISTRY_PASSWORD=< password> \
50
- --from-literal=REGISTRY_HOSTNAME=< hostname>
50
+ --from-literal=REGISTRY_HOSTNAME=< hostname> \
51
51
```
52
52
53
53
Create the staticreg deployment
You can’t perform that action at this time.
0 commit comments