Skip to content

Commit

Permalink
Add a Google Cloud Storage CDC Source Kamelet
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Nov 30, 2022
1 parent cf5989e commit d596223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/validator/validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ func listKamelets(dir string) []KameletInfo {

func verifyUsedParams(kamelets []KameletInfo) (errors []error) {
for _, k := range kamelets {
if (k.FileName != "../../kamelets/azure-storage-blob-source.kamelet.yaml" && k.FileName != "../../kamelets/aws-s3-cdc-source.kamelet.yaml" && k.FileName != "../../kamelets/azure-storage-blob-cdc-source.kamelet.yaml") {
if (k.FileName != "../../kamelets/azure-storage-blob-source.kamelet.yaml" && k.FileName != "../../kamelets/aws-s3-cdc-source.kamelet.yaml" && k.FileName != "../../kamelets/azure-storage-blob-cdc-source.kamelet.yaml" && k.FileName != "../../kamelets/google-storage-cdc-source.kamelet.yaml") {
used := getUsedParams(k.Kamelet)
declared := getDeclaredParams(k.Kamelet)
for p := range used {
Expand Down

0 comments on commit d596223

Please sign in to comment.