# Bug Report **YDB Kubernetes Operator version:** 0.5.28 **Environment** Ubuntu 20, k8s api v1.20 **Current behavior:** `CheckSecretKey` return `false, err()` when request to k8s api failed https://github.com/ydb-platform/ydb-kubernetes-operator/blob/master/internal/resources/secret.go#L16-L36 Then arg `--auth-token-file` are missing for StatefulSet and do not retry https://github.com/ydb-platform/ydb-kubernetes-operator/blob/master/internal/resources/storage_statefulset.go#L513-L527 **Expected behavior:** Handle k8s api error for CheckSecretKey **Steps to reproduce:** <!-- Please explain the steps required to duplicate the issue, especially if you are able to provide a sample application. --> **Related code:** <!-- If you are able to illustrate the bug or feature request with an example, please provide it here. --> ``` insert short code snippets here ``` **Other information:** <!-- List any other information that is relevant to your issue. Related issues, suggestions on how to fix, Stack Overflow links, forum links, etc. -->