diff --git a/library/camel-kamelets/src/main/resources/kamelets/cassandra-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/cassandra-source.kamelet.yaml index 308418908..074fe732d 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/cassandra-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/cassandra-source.kamelet.yaml @@ -79,7 +79,7 @@ spec: description: The consistency level to use. type: string default: QUORUM - enum: ["ANY", "ONE", "TWO", "THREE", "QUORUM", "ALL", "LOCAL_QUORUM", "EACH_QUORUM", "SERIAL", "LOCAL_SERIAL", "LOCAL_ONE"] + enum: ["ONE", "TWO", "THREE", "QUORUM", "ALL", "LOCAL_QUORUM", "EACH_QUORUM", "SERIAL", "LOCAL_SERIAL", "LOCAL_ONE"] query: title: Query description: The query to execute against the Cassandra cluster table.