File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/tasks/configmap-secret Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ secretGenerator:
35
35
- password=1f2d1e2e67df
36
36
{{< /tab >}}
37
37
{{% tab name="Files" %}}
38
- 1 . Store the credentials in files with the values encoded in base64 :
38
+ 1 . Store the credentials in files. The filenames are the keys of the secret :
39
39
40
40
``` shell
41
41
echo -n ' admin' > ./username.txt
@@ -146,4 +146,4 @@ kubectl delete secret db-user-pass
146
146
147
147
- Read more about the [Secret concept](/docs/concepts/configuration/secret/)
148
148
- Learn how to [manage Secrets using kubectl](/docs/tasks/configmap-secret/managing-secret-using-kubectl/)
149
- - Learn how to [manage Secrets using config file](/docs/tasks/configmap-secret/managing-secret-using-config-file/)
149
+ - Learn how to [manage Secrets using config file](/docs/tasks/configmap-secret/managing-secret-using-config-file/)
You can’t perform that action at this time.
0 commit comments