Anyway to put gateway.tokenSigning.key in a secret?

Trying to set up agola as a replacement for drone.io in my home k8s cluster. Is there any way to put gateway.tokenSigning.key in a k8s Secret? I use sealed secrets (https://github.com/bitnami-labs/sealed-secrets) which allow me to store my k8s config in git.

Thanks!

Hi, if you use tokenSigning.key(HMAC signing method) it must be stored into agola config, so it is not possible take it from a secret.