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: metadata:
name: linode-store name: linode-store
spec: spec:
env: instanceSidecarConfiguration:
- name: AWS_REQUEST_CHECKSUM_CALCULATION env:
value: when_required - name: AWS_REQUEST_CHECKSUM_CALCULATION
- name: AWS_RESPONSE_CHECKSUM_VALIDATION value: when_required
value: when_required - name: AWS_RESPONSE_CHECKSUM_VALIDATION
value: when_required
[...] [...]
``` ```