flux v2.9.5

GitRepository.spec.verify.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.

1 fields
GitRepository.spec.verify.mode fields and descriptions
Field / TypeDescription
GitRepository.spec.verify.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"