-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathquay-bootstrap2.yml
63 lines (63 loc) · 1.49 KB
/
quay-bootstrap2.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
apiVersion: v1
data:
config.json: |
{
"organizations": [
{"name": "organization3",
"repositories": [],
"proxycache": {
"username": null,
"password": null,
"upstream_registry": "docker.io/library",
"expiration": 3000
},
"teams": [
{"name": "members",
"role": "Member",
"sync": "cn=organization3,ou=Groups"
},
{"name": "robots",
"role": "write",
"members": [
"organization3+robot1"
]
}
],
"owners": [
"milang"
],
"robots": [
{"name": "robot1", "description": "robot1"}
]
},
{"name": "organization4",
"repositories": [],
"proxycache": {
"username": null,
"password": null,
"upstream_registry": "quay.io/projectquay",
"expiration": 3000
},
"teams": [
{"name": "members",
"role": "Member",
"sync": "cn=organization4,ou=Groups"
}
],
"robots": [
{"name": "robot1", "description": "robot1"}
],
"owners": [
"milang",
"organization4+robot1"
]
}
]
}
immutable: false
kind: ConfigMap
metadata:
name: quay-bootstrap2
namespace: quay
annotations:
quay-automation: v1