Skip to content

Commit 4e9d961

Browse files
committed
fixup! Deploy a SASL_PLAIN Kafka listener & test notifications against it
1 parent 05d132a commit 4e9d961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/end2end/configs/notification_destinations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ spec:
3838
port: ${NOTIF_KAFKA_AUTH_PORT}
3939
destinationTopic: ${NOTIF_AUTH_DEST_TOPIC}
4040
auth: plain
41-
basic:
41+
plain:
4242
username: ${NOTIF_AUTH_DEST_USERNAME}
4343
password: ${NOTIF_AUTH_DEST_PASSWORD}

0 commit comments

Comments
 (0)