Skip to content

Commit

Permalink
fix: change selectorrrrr
Browse files Browse the repository at this point in the history
  • Loading branch information
vsukhin committed Mar 22, 2024
1 parent 272f7c2 commit ceafcd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/secret/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func (c *Client) List(all bool, namespace string) (map[string]map[string]string,

selector := ""
if !all {
selector = fmt.Sprintf("testkube=%s", testkubeTestSecretLabel)
selector = fmt.Sprintf("createdBy=testkube")
}

secretList, err := secretsClient.List(ctx, metav1.ListOptions{
Expand Down

0 comments on commit ceafcd5

Please sign in to comment.