mirror of
https://github.com/mariadb-operator/mariadb-operator.git
synced 2025-07-31 21:08:45 +00:00
Added cleanupPolicy examples
This commit is contained in:
@ -9,5 +9,8 @@ spec:
|
||||
name: mariadb
|
||||
characterSet: utf8
|
||||
collate: utf8_general_ci
|
||||
# Delete the resource in the database whenever the CR gets deleted.
|
||||
# Alternatively, you can specify Skip in order to omit deletion.
|
||||
cleanupPolicy: Delete
|
||||
requeueInterval: 30s
|
||||
retryInterval: 5s
|
@ -15,5 +15,8 @@ spec:
|
||||
username: user
|
||||
grantOption: true
|
||||
host: "%"
|
||||
# Delete the resource in the database whenever the CR gets deleted.
|
||||
# Alternatively, you can specify Skip in order to omit deletion.
|
||||
cleanupPolicy: Delete
|
||||
requeueInterval: 30s
|
||||
retryInterval: 5s
|
@ -13,4 +13,8 @@ spec:
|
||||
# This field is immutable and defaults to 10
|
||||
maxUserConnections: 20
|
||||
host: "%"
|
||||
# Delete the resource in the database whenever the CR gets deleted.
|
||||
# Alternatively, you can specify Skip in order to omit deletion.
|
||||
cleanupPolicy: Delete
|
||||
requeueInterval: 30s
|
||||
retryInterval: 5s
|
Reference in New Issue
Block a user