Skip to content

Commit

Permalink
chore: fix nit in docs
Browse files Browse the repository at this point in the history
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
  • Loading branch information
hiddeco committed Apr 18, 2024
1 parent d314f9d commit 651d80f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/v1alpha1/annotations.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import "encoding/json"
const (
// AnnotationKeyRefresh is an annotation key that can be set on a resource
// to trigger a refresh of the resource by the controller. The value of the
// annotation is interpreted as a token, and any change in value should
// trigger a reconciliation of the resource.
// annotation should either be the ID of the verification to be aborted, or
// a JSON object with the structure of the VerificationRequest.
AnnotationKeyRefresh = "kargo.akuity.io/refresh"

// AnnotationKeyReverify is an annotation key that can be set on a Stage
Expand Down

0 comments on commit 651d80f

Please sign in to comment.