-
-
Notifications
You must be signed in to change notification settings - Fork 324
Closed
Labels
good first issueGood for newcomersGood for newcomers
Description
What version of redis operator are you using?
kubectl logs <_redis-operator_pod_name> -n <namespace>redis-operator version: v0.18.1
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (kubectl version)?
1.27.4
kubectl version Output
$ kubectl version
What did you do?
I want to use webhook to convert cr from v1beta1 to v1beta2 version.
values.yaml
redisOperator:
webhook: trueWhat did you expect to see?
The redis-operator will work
What did you see instead?
MountVolume.Setup failed for volume "cert": secret "webhook-server-cert" not found
I want to know how to create the webhook-server-cert secret.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers