Skip to content

Commit

Permalink
Correct finalizer name (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruivieira authored Jul 5, 2023
1 parent 6de4d34 commit f1055c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/trustyaiservice_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const (
defaultTag = string("latest")
containerName = "trustyai-service"
serviceMonitorName = "trustyai-metrics"
finalizerName = "trustyai.opendatahub.io/finalizer"
finalizerName = "trustyai.opendatahub.io.trustyai.opendatahub.io/finalizer"
payloadProcessorName = "MM_PAYLOAD_PROCESSORS"
modelMeshLabelKey = "modelmesh-service"
modelMeshLabelValue = "modelmesh-serving"
Expand Down

0 comments on commit f1055c9

Please sign in to comment.