-
Notifications
You must be signed in to change notification settings - Fork 43
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
chore: refactor postgresql addon and add scripts ut #984
Conversation
Y-Rookie
commented
Aug 27, 2024
•
edited
Loading
edited
- Refactor lifecycle actions based on the new API and kbagent.
- Remove all references to built-in KB_XX environment variables.
- Eliminate dependencies on the Downward API and other similar dependencies.
- Refactor scripts and add corresponding unit tests (ut).
- name: postgresql | ||
- name: {{ include "postgresql-cluster.component-name" . }} | ||
labels: | ||
{{- include "postgresql-cluster.patroni-scope-label" . | indent 8 }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how to specify the pg version when install the chart?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how to specify the pg version when install the chart?
This is not within the scope of this PR. The version will be specified through serviceVersion in the future, but the management of serviceVersion requires further design.
/approve |