flux v2.9.5

GitRepository.spec.verify

Verification specifies the configuration to verify the Git commit signature(s).

2 fields
GitRepository.spec.verify fields and descriptions
Field / TypeDescription
mode
string

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.

  • enum: ["head","HEAD","Tag","TagAndHEAD"]
  • default: "HEAD"
object required

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.