Flux fails to import GPG key with this procedure
I'm getting this "No pinentry" error below from flux (kubectl get kustomizations ... output) when trying to import my GPG key from step 1 of the Deployment procedure outlined in the README.md here, as follows:
Note that the same GPG key is working fine for encrypting and decrypting on my client. And I confirmed that the contents of ../.sops.yaml has the same new key hash.
I believe this is prohibiting flux from being able to pull our gitrepos since it can't access my secret
gpg: /tmp/decryptor-environment-313595558/trustdb.gpg: trustdb created
gpg: key A3001387AB55CE84: public key "bigbang-sops" imported
gpg: key A3001387AB55CE84/A3001387AB55CE84: error sending to agent: No pinentry
gpg: error building skey array: No pinentry
gpg: error reading '/tmp/environment644265421/bigbangkey': No pinentry
gpg: import from '/tmp/environment644265421/bigbangkey' failed: No pinentry
gpg: Total number processed: 0
gpg: imported: 1
gpg: secret keys read: 1
Any ideas?