Skip to content

Commit

Permalink
fix(webhook): correct labelSelector in webhook for control label upda…
Browse files Browse the repository at this point in the history
…ted (#77)
  • Loading branch information
wu8685 committed Aug 30, 2023
1 parent 9977229 commit a60ecca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/webhook/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ webhooks:
scope: '*'
objectSelector:
matchExpressions:
- key: podopslifecycle.kusionstack.io/control
- key: kusionstack.io/control
operator: In
values:
- 'true'
Expand Down Expand Up @@ -81,7 +81,7 @@ webhooks:
scope: '*'
objectSelector:
matchExpressions:
- key: podopslifecycle.kusionstack.io/control
- key: kusionstack.io/control
operator: In
values:
- 'true'
Expand Down

0 comments on commit a60ecca

Please sign in to comment.