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 will be the keys of the secret :
39
39
40
40
``` shell
41
41
echo -n ' admin' > ./username.txt
@@ -123,4 +123,4 @@ kubectl delete secret db-user-pass
123
123
124
124
- Read more about the [ Secret concept] ( /docs/concepts/configuration/secret/ )
125
125
- Learn how to [ manage Secrets using kubectl] ( /docs/tasks/configmap-secret/managing-secret-using-kubectl/ )
126
- - Learn how to [ manage Secrets using config file] ( /docs/tasks/configmap-secret/managing-secret-using-config-file/ )
126
+ - 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