Skip to content

Commit

Permalink
Updated grant example
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontes11 committed Apr 26, 2024
1 parent 4093f20 commit 6e29190
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config/samples/grant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ spec:
- "SELECT"
- "INSERT"
- "UPDATE"
# - "ALL PRIVILEGES"
database: "*"
table: "*"
username: user
grantOption: true
host: "%"
requeueInterval: 30s
retryInterval: 5s
2 changes: 1 addition & 1 deletion config/samples/user.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
mariaDbRef:
name: mariadb
passwordSecretKeyRef:
name: user
name: mariadb
key: password
# This field is immutable and defaults to 10
maxUserConnections: 20
Expand Down

0 comments on commit 6e29190

Please sign in to comment.