We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)?
kubectl version
1.27.4
$ kubectl version
What did you do?
I want to use webhook to convert cr from v1beta1 to v1beta2 version.
values.yaml
redisOperator: webhook: true
What 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.
webhook-server-cert
The text was updated successfully, but these errors were encountered:
please show you all operator values
Sorry, something went wrong.
Thanks for looking into this.
redisOperator: name: redis-operator webhook: true certmanager: enabled: false
No branches or pull requests
What version of redis operator are you using?
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
OutputWhat did you do?
I want to use webhook to convert cr from v1beta1 to v1beta2 version.
values.yaml
What did you expect to see?
The redis-operator will work
What did you see instead?
I want to know how to create the
webhook-server-cert
secret.The text was updated successfully, but these errors were encountered: