Skip to content

Commit

Permalink
adding TemplateHashKey
Browse files Browse the repository at this point in the history
Signed-off-by: David Wertenteil <[email protected]>
  • Loading branch information
David Wertenteil committed Dec 24, 2023
1 parent 5cfe320 commit 24d075d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions instanceidhandler/v1/instanceidhandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const (
ImageTagMetadataKey = metadataPrefix + "/image-tag"
ImageIDMetadataKey = metadataPrefix + "/image-id"
InstanceIDMetadataKey = metadataPrefix + "/instance-id"
TemplateHashKey = metadataPrefix + "/instance-template-hash"
KindMetadataKey = metadataPrefix + "/workload-kind"
NameMetadataKey = metadataPrefix + "/workload-name"
NamespaceMetadataKey = metadataPrefix + "/workload-namespace"
Expand Down

0 comments on commit 24d075d

Please sign in to comment.