Gpg init fails to import key #370 #371
Reference in New Issue
Block a user
No description provided.
Delete Branch "fixgpgimport"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description of the change
The init container for gpg key import doesn´t work. There is a not a tty error.
Benefits
This will run gpg in batch mode. Eliminating the tty error.
Possible drawbacks
None that I can think off.
Applicable issues
Checklist
values.yaml
and added to theREADME.md
using readme-generator-for-helmREADME.md
I was wondering why no unit tests failed for this change, before realizing I missed adding one for the added code snipped.
Do you mind adding one, ensuring that the
--batch
flag never get removed again?I'll give it a shot. First time writing a unit test for me.
This should do it.
LGTM