Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dd5ba49

Browse files
committedFeb 5, 2025
fix modify-claims.sh
1 parent 4066780 commit dd5ba49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎crossplane/modify-claims.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ if [[ "$kind" == "XLykonLambdaDockerImage" || "$kind" == "XEventSourceMapping" ]
9090
stream_name=$(echo "$stream" | cut -d':' -f2)
9191
new_stream="arn:aws:kinesis:eu-central-1:279707217826:stream/$stream_name"
9292
yq eval ".spec.parameters.stream = \"$new_stream\"" -i "$temp_yaml_file"
93+
fi
9394
fi
9495

9596
# Convert the final YAML to JSON for Terraform

0 commit comments

Comments
 (0)
Please sign in to comment.