Skip to content

Commit

Permalink
Replace generate-default-labels job configuration with updated YAML file
Browse files Browse the repository at this point in the history
  • Loading branch information
KilianBoute committed Feb 18, 2025
1 parent ed694d0 commit 8e3eea5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ spec:
#'-mongodb-username', '<username>',
#'-mongodb-password', '<password>',
#'-mongodb-database-credentials', 'admin',
'-mongodb-source-database', 'KerberosStorage',
'-label-names', 'label1,label2,label3',
'-username', '<username>', # For adding to a specific user
'-mongodb-source-database', 'Kerberos',
'-label-names', 'incident,suspicious,unauthorized', # Comma separated list of labels to generate
'-mode', 'dry-run', # or live to execute for real.
#'-username', '<username>', # For adding to a specific user, empty will target all users
]

restartPolicy: Never
Expand Down

0 comments on commit 8e3eea5

Please sign in to comment.