flux v2.9.5
GitRepository.spec.verify
Verification specifies the configuration to verify the Git commit signature(s).
| Field / Type | Description |
|---|---|
mode | Mode specifies which Git object(s) should be verified. The variants "head" and "HEAD" both imply the same thing, i.e. verify the commit that the HEAD of the Git repository points to. The variant "head" solely exists to ensure backwards compatibility.
|
SecretRef specifies the Secret containing the public keys of trusted Git authors. PGP public keys must be stored under keys with the .asc suffix, and SSH public keys must be stored under keys with the .sshpub suffix. |