I tried to deploy the cass-operator on my openshift cluster in AWS but it failed with the following error:
{"level":"info","ts":1588752585.0189726,"logger":"cmd","msg":"TLS secret for webhook updated"} {"level":"error","ts":1588752585.019057,"logger":"cmd","msg":"Failed to update certificates","error":"open /tmp/k8s-webhook-server/tls.crt: permission denied","stacktrace":"github.com/go-logr/zapr.(*zapLogger).Error\n\t/go/pkg/mod/github.com/go-logr/zapr@v0.1.1/zapr.go:128\nmain.updateSecretAndWebhook\n\t/cass-operator/operator/cmd/manager/main.go:287\nmain.ensureWebhookCertificate\n\t/cass-operator/operator/cmd/manager/main.go:256\nmain.main\n\t/cass-operator/operator/cmd/manager/main.go:139\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:203"} {"level":"error","ts":1588752585.0191653,"logger":"cmd","msg":"Failed to ensure webhook CA configuration","error":"open /tmp/k8s-webhook-server/tls.crt: permission denied","stacktrace":"github.com/go-logr/zapr.(*zapLogger).Error\n\t/go/pkg/mod/github.com/go-logr/zapr@v0.1.1/zapr.go:128\nmain.main\n\t/cass-operator/operator/cmd/manager/main.go:140\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:203"}
Can you give any hint how to solve such a problem?