mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-24 02:13:35 +08:00
add a $ to env vars so they expand in shell
This commit is contained in:
@@ -67,8 +67,8 @@ spec:
|
|||||||
"s3.configure --user {{ $props.name }} \
|
"s3.configure --user {{ $props.name }} \
|
||||||
--buckets {{ $props.buckets }} \
|
--buckets {{ $props.buckets }} \
|
||||||
--actions {{ $props.actions }} \
|
--actions {{ $props.actions }} \
|
||||||
--access_key "{{ $props.secretName | upper }}-ID" \
|
--access_key "${{ $props.secretName | upper }}-ID" \
|
||||||
--secret_key "{{ $props.secretName | upper }}-KEY" \
|
--secret_key "${{ $props.secretName | upper }}-KEY" \
|
||||||
--apply true" |\
|
--apply true" |\
|
||||||
/usr/bin/weed shell
|
/usr/bin/weed shell
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
Reference in New Issue
Block a user