feat(docker-registry): add registry
This commit is contained in:
parent
5832b208f3
commit
8d9cfb8292
14 changed files with 406 additions and 0 deletions
11
apps/docker-registry/overlays/system/config.json
Normal file
11
apps/docker-registry/overlays/system/config.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"appName": "docker-registry",
|
||||
"userGivenName": "docker-registry",
|
||||
"destNamespace": "gitops",
|
||||
"destServer": "https://kubernetes.default.svc",
|
||||
"srcPath": "apps/docker-registry/overlays/system",
|
||||
"srcRepoURL": "ssh://git@gitea-ssh.gitops.svc.cluster.local:2222/davad/argo.git",
|
||||
"srcTargetRevision": "",
|
||||
"labels": null,
|
||||
"annotations": null
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue