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 54dbd7f commit e0de61aCopy full SHA for e0de61a
content/en/docs/tasks/configmap-secret/managing-secret-using-kustomize.md
@@ -35,7 +35,7 @@ secretGenerator:
35
- password=1f2d1e2e67df
36
{{< /tab >}}
37
{{% tab name="Files" %}}
38
-1. Store the credentials in files. The filenames will be the keys of the secret:
+1. Store the credentials in files. The filenames are the keys of the secret:
39
40
```shell
41
echo -n 'admin' > ./username.txt
0 commit comments