Ability to pass httpHeaders to readinessProbe/health check

I would like to be able to pass some basic auth creds to a service in my app as part of the health check.

i.e.

    health:
      path: /stats
      httpHeaders:
        - name: Authorization
          value: Basic ########