Skip to content

Commit

Permalink
Regen for commit aac2439
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
oscerd committed Sep 5, 2021
1 parent aac2439 commit 18e29de
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ spec:
required:
- hosts
- collection
- password
- username
- database
type: object
properties:
Expand Down Expand Up @@ -74,8 +72,8 @@ spec:
parameters:
hosts: "{{hosts}}"
collection: "{{collection}}"
password: "{{password}}"
username: "{{username}}"
password: "{{?password}}"
username: "{{?username}}"
database: "{{database}}"
persistentTailTracking: "{{persistentTailTracking}}"
tailTrackIncreasingField: "{{?tailTrackIncreasingField}}"
Expand Down

0 comments on commit 18e29de

Please sign in to comment.