troubleshoot icon indicating copy to clipboard operation
troubleshoot copied to clipboard

Postgres/Mysql/Redis analyzers should support a valueFrom for URI

Open marccampbell opened this issue 5 years ago • 3 comments

Currently, the only way to pass the URI to one of the database analyzers is to hard code it and write it into a spec. Often this is handled via templating to make it portable.

The uri field should support referencing an existing secret also, much like env vars do. Ideally, we can just reuse existing K8s objects and make it a struct, like:

uri:
  value: <>
  valueFrom:
    secretKeyRef:
     ...

marccampbell avatar Nov 18 '20 17:11 marccampbell

@marccampbell is this issue still current? Could use a bit more detail.

xavpaice avatar Aug 30 '22 05:08 xavpaice