We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a591ccd commit 4231ae2Copy full SHA for 4231ae2
crossplane/modify-claims.sh
@@ -75,7 +75,7 @@ elif [[ " ${CLAIM_TYPES_GOAPP[@]} " =~ " ${kind} " ]]; then
75
yq eval ".spec.parameters.vault_id = \"$vault_id\"" -i "$temp_yaml_file"
76
fi
77
78
-if [[ "$kind" == "LykonEventSourceMapping" ]]; then
+if [[ "$kind" == "XLykonLambdaDockerImage" ]]; then
79
# Get the current stream value
80
stream=$(yq eval '.spec.parameters.stream' "$temp_yaml_file")
81
0 commit comments