Skip to content

Commit

Permalink
Update configmaps-secrets.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sofusalbertsen authored Jun 11, 2024
1 parent 274ec01 commit e5402db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configmaps-secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This makes it easy to update the configuration in one place, when you want to ch

Both configmaps and secrets are generic `key-value` pairs, but secrets are `base64 encoded` and configmaps are not.

> :bulb: Secrets are not encrypted, they are encoded. This means that if someone gets access to the cluster, they can will be able to read the values.
> :bulb: Secrets are not encrypted, they are encoded. This means that if someone gets access to the cluster, they will be able to read the values.
## ConfigMaps

Expand Down

0 comments on commit e5402db

Please sign in to comment.