Skip to content

Commit

Permalink
Fix MongoDB database credentials parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve authored Dec 12, 2024
1 parent de2ae28 commit 608d2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
#'-mongodb-password', '<password>',
'-mongodb-source-database', 'KerberosStorage',
'-mongodb-destination-database', 'Kerberos',
'-mongodb-destination-database', 'admin',
'-mongodb-database-credentials', 'admin',
'-username', '<username>',
'-queue', '<rabbitmq-integration>',
'-start-timestamp', '1733425260',
Expand Down

0 comments on commit 608d2ec

Please sign in to comment.