Skip to content

Commit 317df88

Browse files
authored
Merge pull request #42956 from Henni/patch-1
Fix & Clarify files secretGenerator
2 parents 33d2511 + e0de61a commit 317df88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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 with the values encoded in base64:
38+
1. Store the credentials in files. The filenames are the keys of the secret:
3939

4040
```shell
4141
echo -n 'admin' > ./username.txt
@@ -146,4 +146,4 @@ kubectl delete secret db-user-pass
146146

147147
- Read more about the [Secret concept](/docs/concepts/configuration/secret/)
148148
- 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/)

0 commit comments

Comments
 (0)