canary-checker icon indicating copy to clipboard operation
canary-checker copied to clipboard

Connection Resource

Open moshloop opened this issue 3 years ago • 1 comments

kind: Connection
spec:
   name: postgres-db
   values:
       -  name: password
           valueFrom:
              secretKeyRef: ...
    postgres:
         connection: "$(url) hostname-abc
     # .... connections for sql / http / etc...

---- 
kind: Canary
spec:
   postgres:
       connection: $(postgres-db)

moshloop avatar Jun 21 '22 20:06 moshloop

Maybe in conjunction with #402 and #403

moshloop avatar Jun 21 '22 20:06 moshloop