Skip to content
New issue

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

webhook-server-cert secret not found #1162

Open
obitoquilt opened this issue Dec 11, 2024 · 2 comments
Open

webhook-server-cert secret not found #1162

obitoquilt opened this issue Dec 11, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@obitoquilt
Copy link

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: 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.

@obitoquilt obitoquilt added the bug Something isn't working label Dec 11, 2024
@xiaozhuang-a
Copy link
Contributor

please show you all operator values

@obitoquilt
Copy link
Author

please show you all operator values

Thanks for looking into this.

redisOperator:
  name: redis-operator
  webhook: true

certmanager:
  enabled: false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants