Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

api: add mysqltemplate webhook check #722 #724

Merged
merged 1 commit into from
Nov 2, 2022

Conversation

acekingke
Copy link
Contributor

What type of PR is this?

/bug

Which issue(s) this PR fixes?

Fixes #722

What this PR does?

Summary:
add webhook and check the configmap of template exist.

Special notes for your reviewer?

@acekingke acekingke added the bug Something isn't working label Oct 28, 2022
@acekingke acekingke added this to the v2.3.0 milestone Oct 28, 2022
@acekingke acekingke self-assigned this Oct 28, 2022
@@ -11,11 +11,9 @@ spec:

# if you want create mysqlcluster from S3, uncomment and fill the directory in S3 bucket below:
# restoreFrom:
BackupSchedule: "0 50 * * * *"
backupSchedule: "0 50 * * * *"
mysqlOpts:
image: percona/percona-server:5.7.34
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Get the name of the image directly from the CR

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is a mysql cluster cr, backup cr image can fit nothing,because it has default value

@acekingke acekingke merged commit b82fd46 into radondb:main Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add webhook to check mysqlConfTemplate value is exists or not
2 participants