We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db2bc9c commit 54c7985Copy full SHA for 54c7985
deploy/cloud/operator/internal/secrets/docker.go
@@ -32,6 +32,7 @@ func (i *DockerSecretIndexer) RefreshIndex(ctx context.Context) error {
32
}
33
i.mu.Lock()
34
defer i.mu.Unlock()
35
+ i.secrets = make(map[string]map[string][]string)
36
for _, secret := range secrets.Items {
37
if secret.Type == corev1.SecretTypeDockerConfigJson {
38
// unmarshal the secret data
0 commit comments