Skip to content

Commit b01c694

Browse files
committed
update kind to XLykonLambdaDockerImage
1 parent 4231ae2 commit b01c694

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crossplane/modify-claims.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ if [[ "$kind" == "XLykonLambdaDockerImage" ]]; then
8888
elif [[ "$stream" == kinesis:* ]]; then
8989
# Extract stream name from the stream and form the Kinesis ARN
9090
stream_name=$(echo "$stream" | cut -d':' -f2)
91-
new_stream="arn:aws:kinesis:279707217826:stream/$stream_name"
91+
new_stream="arn:aws:kinesis:eu-central-1:279707217826:stream/$stream_name"
9292
yq eval ".spec.parameters.stream = \"$new_stream\"" -i "$temp_yaml_file"
9393
else
9494
# Treat any other value as a simple Kinesis stream name and form the Kinesis ARN
95-
new_stream="arn:aws:kinesis:279707217826:stream/$stream"
95+
new_stream="arn:aws:kinesis:eu-central-1:279707217826:stream/$stream"
9696
yq eval ".spec.parameters.stream = \"$new_stream\"" -i "$temp_yaml_file"
9797
fi
9898
fi

0 commit comments

Comments
 (0)