Skip to content

Commit 4231ae2

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crossplane/modify-claims.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ elif [[ " ${CLAIM_TYPES_GOAPP[@]} " =~ " ${kind} " ]]; then
7575
yq eval ".spec.parameters.vault_id = \"$vault_id\"" -i "$temp_yaml_file"
7676
fi
7777

78-
if [[ "$kind" == "LykonEventSourceMapping" ]]; then
78+
if [[ "$kind" == "XLykonLambdaDockerImage" ]]; then
7979
# Get the current stream value
8080
stream=$(yq eval '.spec.parameters.stream' "$temp_yaml_file")
8181

0 commit comments

Comments
 (0)