@@ -119,7 +119,7 @@ metadata:
119119 integration.profiles.arangodb.com/<< integration name >>: << integration version >>
120120` ` `
121121
122- # ### [Authentication V1](/docs /integration/authentication.v1.md)
122+ # ### [Authentication V1](. /integration/authentication.v1.md)
123123
124124Authentication Integration Sidecar
125125
@@ -131,7 +131,7 @@ metadata:
131131 integration.profiles.arangodb.com/authn: v1
132132` ` `
133133
134- # ### [Authorization V0](/docs /integration/authorization.v0.md)
134+ # ### [Authorization V0](. /integration/authorization.v0.md)
135135
136136Authorization Integration Sidecar
137137
@@ -143,7 +143,7 @@ metadata:
143143 integration.profiles.arangodb.com/authz: v0
144144` ` `
145145
146- # ### [Scheduler V2](/docs /integration/scheduler.v2.md)
146+ # ### [Scheduler V2](. /integration/scheduler.v2.md)
147147
148148Scheduler Integration Sidecar
149149
@@ -155,7 +155,19 @@ metadata:
155155 integration.profiles.arangodb.com/sched: v2
156156` ` `
157157
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)
159171
160172Storage Integration Sidecar
161173
@@ -167,7 +179,7 @@ metadata:
167179 integration.profiles.arangodb.com/storage: v2
168180` ` `
169181
170- # ### [Shutdown V1](/docs /integration/shutdown.v1.md)
182+ # ### [Shutdown V1](. /integration/shutdown.v1.md)
171183
172184Shutdown Integration Sidecar
173185
0 commit comments