@@ -119,7 +119,7 @@ metadata:
119
119
integration.profiles.arangodb.com/<< integration name >>: << integration version >>
120
120
` ` `
121
121
122
- # ### [Authentication V1](/docs /integration/authentication.v1.md)
122
+ # ### [Authentication V1](. /integration/authentication.v1.md)
123
123
124
124
Authentication Integration Sidecar
125
125
@@ -131,7 +131,7 @@ metadata:
131
131
integration.profiles.arangodb.com/authn: v1
132
132
` ` `
133
133
134
- # ### [Authorization V0](/docs /integration/authorization.v0.md)
134
+ # ### [Authorization V0](. /integration/authorization.v0.md)
135
135
136
136
Authorization Integration Sidecar
137
137
@@ -143,7 +143,7 @@ metadata:
143
143
integration.profiles.arangodb.com/authz: v0
144
144
` ` `
145
145
146
- # ### [Scheduler V2](/docs /integration/scheduler.v2.md)
146
+ # ### [Scheduler V2](. /integration/scheduler.v2.md)
147
147
148
148
Scheduler Integration Sidecar
149
149
@@ -155,7 +155,19 @@ metadata:
155
155
integration.profiles.arangodb.com/sched: v2
156
156
` ` `
157
157
158
- # ### [Storage V2](/docs/integration/storage.v2.md)
158
+ # ### [Storage V1](./integration/storage.v1.md)
159
+
160
+ Storage Integration Sidecar (legacy)
161
+
162
+ To enable :
163
+
164
+ ` ` ` yaml
165
+ metadata:
166
+ labels:
167
+ integration.profiles.arangodb.com/storage: v1
168
+ ` ` `
169
+
170
+ # ### [Storage V2](./integration/storage.v2.md)
159
171
160
172
Storage Integration Sidecar
161
173
@@ -167,7 +179,7 @@ metadata:
167
179
integration.profiles.arangodb.com/storage: v2
168
180
` ` `
169
181
170
- # ### [Shutdown V1](/docs /integration/shutdown.v1.md)
182
+ # ### [Shutdown V1](. /integration/shutdown.v1.md)
171
183
172
184
Shutdown Integration Sidecar
173
185
0 commit comments