Project

Profile

Help

Story #8207

Updated by fao89 over 2 years ago

 

 h1. !! Ticket moved to GitHub: "pulp/pulp-operator/279":https://github.com/pulp/pulp-operator/issues/279 




 ---- 


 As a user, I would like to specify an external database when deploying my operator 

 Meaning, a way should be provided to specify the needed variables. 

 Ideally two ways should be provided, in order of priority: 

   * Deployer provides a secret that follows a template, where the informations are provided 
   * Deployer provides N variables with a 1:1 match for configuration that is supported (like, pg_host, pg_database, pg_user, pg_password, pg_port, ...) 

Back