Skip to content

Commit

Permalink
Add "harvester-" prefix to webhook name
Browse files Browse the repository at this point in the history
In order to be more consistent with the other Harvester Service objects.

Signed-off-by: Connor Kuehl <[email protected]>
  • Loading branch information
Connor Kuehl authored and Vicente-Cheng committed Jan 19, 2024
1 parent 76a5933 commit 4381ae1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/webhook/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"github.com/harvester/node-manager/pkg/mutator"
)

const webhookName = "node-manager-webhook"
const webhookName = "harvester-node-manager-webhook"

func main() {
var options config.Options
Expand Down
2 changes: 1 addition & 1 deletion manifests/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v1
kind: Service
metadata:
name: node-manager-webhook
name: harvester-node-manager-webhook
namespace: harvester-system
spec:
type: ClusterIP
Expand Down

0 comments on commit 4381ae1

Please sign in to comment.