Skip to content

Commit

Permalink
fix: hybridnet webhook is not working due to wrong pod match expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyasdf committed Oct 7, 2023
1 parent 2c8b61f commit d5d1028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/chart/hybridnet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ webhook:
operator: NotIn
values: [ "l-zero" ]
- key: k8s-webhook
operator: Exists
operator: DoesNotExist

# -- The number of webhook pods, which is supposed to be less than or equal to the number of master nodes
replicas: 3
Expand Down

0 comments on commit d5d1028

Please sign in to comment.