kurokobo / awx-on-k3s

An example implementation of AWX on single node K3s using AWX Operator, with easy-to-use simplified configuration with ownership of data and passwords.
MIT License
560 stars 159 forks source link

Add postgres_data_volume_init parameter to base/awx.yaml #330

Closed rooftopcellist closed 5 months ago

rooftopcellist commented 6 months ago

Follow-up for this PR in the awx-operator repo.

This PR adds the postgres_data_volume_init parameter to base/awx.yaml.

It also removes references to the postgres_init_container_resource_requirements parameter, which is now deprecated. postgres_resource_requirements should be used instead.

kurokobo commented 5 months ago

@rooftopcellist Merged! Thanks for your contribution for this guide!