Skip to content

Commit e0de61a

Browse files
authored
rephrasing
1 parent 54dbd7f commit e0de61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/configmap-secret/managing-secret-using-kustomize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ secretGenerator:
3535
- password=1f2d1e2e67df
3636
{{< /tab >}}
3737
{{% tab name="Files" %}}
38-
1. Store the credentials in files. The filenames will be the keys of the secret:
38+
1. Store the credentials in files. The filenames are the keys of the secret:
3939

4040
```shell
4141
echo -n 'admin' > ./username.txt

0 commit comments

Comments
 (0)