-
Notifications
You must be signed in to change notification settings - Fork 2
/
quay-bootstrap3.yml
58 lines (58 loc) · 1.4 KB
/
quay-bootstrap3.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
apiVersion: v1
data:
config.json: |-
{
"organizations": [
{"name": "organization5",
"repositories": [
{
"name": "repository1",
"is_public": true,
"mirror": {
"external_reference": "docker.io/library/alpine",
"external_registry_username": null,
"external_registry_password": null,
"robot": "organization5+robot1",
"tags": [
"latest",
"edge"
],
"sync_interval": 60,
"sync_start_date": "2023-12-24T00:00:00Z",
"is_enabled": true
}
}
],
"teams": [
{"name": "members",
"role": "Member",
"sync": "cn=organization5,ou=Groups"
}
],
"robots": [
{
"name": "robot1",
"description": "robot1"
},
{
"name": "robot2",
"description": "robot2"
},
{
"name": "robot3",
"description": "robot3"
}
],
"owners": [
"milang"
]
}
]
}
immutable: false
kind: ConfigMap
metadata:
name: quay-bootstrap3
namespace: quay
annotations:
quay-automation: v1