Skip to content

Commit

Permalink
update sample webhooks
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Gupta <[email protected]>
  • Loading branch information
shubham-cmyk committed Aug 17, 2023
1 parent bcff04d commit a353a0c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/crd/patches/webhook_in_redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ spec:
conversion:
strategy: Webhook
webhook:
conversionReviewVersions: ["v1beta1","v1beta2"]
clientConfig:
service:
namespace: system
Expand Down
2 changes: 2 additions & 0 deletions config/crd/patches/webhook_in_redisclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ spec:
conversion:
strategy: Webhook
webhook:
conversionReviewVersions: ["v1beta1","v1beta2"]
clientConfig:
service:
namespace: system
name: webhook-service
path: /convert

2 changes: 2 additions & 0 deletions config/crd/patches/webhook_in_redisreplications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ spec:
conversion:
strategy: Webhook
webhook:
conversionReviewVersions: ["v1beta1","v1beta2"]
clientConfig:
service:
namespace: system
name: webhook-service
path: /convert

2 changes: 2 additions & 0 deletions config/crd/patches/webhook_in_redissentinels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ spec:
conversion:
strategy: Webhook
webhook:
conversionReviewVersions: ["v1beta1","v1beta2"]
clientConfig:
service:
namespace: system
name: webhook-service
path: /convert

0 comments on commit a353a0c

Please sign in to comment.