add missing instanceSidecarConfiguration

Signed-off-by: Daniel Chambre <smiyc@pm.me>
This commit is contained in:
Daniel Chambre 2025-06-15 10:49:38 +02:00
parent fa4d376b91
commit 715a0f6a69

View File

@ -151,11 +151,12 @@ kind: ObjectStore
metadata:
name: linode-store
spec:
env:
- name: AWS_REQUEST_CHECKSUM_CALCULATION
value: when_required
- name: AWS_RESPONSE_CHECKSUM_VALIDATION
value: when_required
instanceSidecarConfiguration:
env:
- name: AWS_REQUEST_CHECKSUM_CALCULATION
value: when_required
- name: AWS_RESPONSE_CHECKSUM_VALIDATION
value: when_required
[...]
```