Commit c94268a
authored
adds creation of configmap for registry server config (#2558)
* adds creation of configmap for mcpregstry config
Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>
* clean
Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>
* adds git source int test
Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>
* corrects tests assertions
Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>
* changes some paths as a test
Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>
* adds emptyDir volume mount for temp storage
Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>
* refactor to reduce duplication
Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>
* lint
Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>
---------
Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>1 parent 3d250ed commit c94268a
File tree
13 files changed
+928
-90
lines changed- cmd/thv-operator
- api/v1alpha1
- controllers
- pkg/registryapi
- config
- test-integration/mcp-registry
13 files changed
+928
-90
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
408 | 427 | | |
409 | 428 | | |
410 | 429 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | 63 | | |
65 | 64 | | |
66 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | | - | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| 37 | + | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
| |||
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
45 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
46 | 55 | | |
47 | 56 | | |
48 | 57 | | |
49 | 58 | | |
50 | 59 | | |
51 | | - | |
52 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
53 | 64 | | |
54 | 65 | | |
55 | 66 | | |
56 | | - | |
57 | | - | |
58 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
59 | 75 | | |
60 | 76 | | |
61 | 77 | | |
| |||
69 | 85 | | |
70 | 86 | | |
71 | 87 | | |
72 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
73 | 98 | | |
74 | 99 | | |
75 | 100 | | |
| |||
159 | 184 | | |
160 | 185 | | |
161 | 186 | | |
162 | | - | |
| 187 | + | |
163 | 188 | | |
164 | 189 | | |
165 | 190 | | |
166 | 191 | | |
167 | 192 | | |
168 | 193 | | |
169 | | - | |
| 194 | + | |
170 | 195 | | |
171 | 196 | | |
172 | 197 | | |
173 | 198 | | |
174 | 199 | | |
175 | | - | |
| 200 | + | |
176 | 201 | | |
177 | 202 | | |
| 203 | + | |
| 204 | + | |
178 | 205 | | |
179 | 206 | | |
180 | 207 | | |
| |||
254 | 281 | | |
255 | 282 | | |
256 | 283 | | |
257 | | - | |
| 284 | + | |
258 | 285 | | |
259 | 286 | | |
260 | 287 | | |
| |||
0 commit comments