diff --git a/roles/installer/templates/statefulsets/postgres.yaml.j2 b/roles/installer/templates/statefulsets/postgres.yaml.j2 index 75422211..859ee0f1 100644 --- a/roles/installer/templates/statefulsets/postgres.yaml.j2 +++ b/roles/installer/templates/statefulsets/postgres.yaml.j2 @@ -56,6 +56,7 @@ spec: {{ postgres_security_context_settings | to_nice_yaml | indent(12) }} {% endif %} {% if postgres_extra_args %} + command: ["run-postgresql"] args: {{ postgres_extra_args }} {% endif %} env: