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

DPE-2617 Basic profile support #229

Merged
merged 1 commit into from
Sep 20, 2023
Merged

Conversation

paulomach
Copy link
Contributor

Issue

Profiles support missing from PG

Same as PG K8s PR#245

Copy link
Member

@marceloneppel marceloneppel left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks!

Comment on lines +67 to +71
{%- if pg_parameters %}
{%- for key, value in pg_parameters.items() %}
{{key}}: {{value}}
{%- endfor -%}
{% endif %}
Copy link
Contributor

Choose a reason for hiding this comment

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

I think if we pass an empty dict as a default pg_parameters we can remove the outer if, but that can be changed later.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm think I've tested this, but will recheck

Copy link
Contributor

Choose a reason for hiding this comment

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

I'm think I've tested this, but will recheck

Not worth rerunning CI over it.

@paulomach paulomach merged commit ecd609c into main Sep 20, 2023
27 checks passed
@paulomach paulomach deleted the feature/dpe-2617-profiles-support branch September 20, 2023 22:18
BON4 pushed a commit to BON4/postgresql-operator that referenced this pull request Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants