Guillermo Di Pasquale

Results 1 issues of Guillermo Di Pasquale

### What problem are you facing? Currently, `MySQLConnectionSecret` expects a `Secret` object as per: ``` kubectl create secret generic db-conn \ --from-literal=username=admin \ --from-literal=password='t0ps3cr3t' \ --from-literal=endpoint=my.sql-server.com \ --from-literal=port=3306 ``` This...

enhancement