Skip to content

Commit

Permalink
Merge pull request #86 from kubescape/template-hash-key
Browse files Browse the repository at this point in the history
adding TemplateHashKey
  • Loading branch information
dwertent committed Dec 24, 2023
2 parents 5cfe320 + 24d075d commit c947e39
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 c947e39

Please sign in to comment.