Secret files in render.yaml

How could I define secrets files in render.yaml?
Exporting my service I see these entries for my secret files public.pem and private.pem:

    envVars:
    - key: public.pem
      sync: false
    - key: private.pem
      sync: false

Thanks in advance.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.