Skip to content

Commit 00078b4

Browse files
authored
Update encrypt-data.md
Added missing closing parentheses in line 70
1 parent 12b0a04 commit 00078b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/administer-cluster/encrypt-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ resources:
6767
6868
Each `resources` array item is a separate config and contains a complete configuration. The
6969
`resources.resources` field is an array of Kubernetes resource names (`resource` or `resource.group`
70-
that should be encrypted like Secrets, ConfigMaps, or other resources.
70+
that should be encrypted like Secrets, ConfigMaps, or other resources).
7171

7272
If custom resources are added to `EncryptionConfiguration` and the cluster version is 1.26 or newer,
7373
any newly created custom resources mentioned in the `EncryptionConfiguration` will be encrypted.

0 commit comments

Comments
 (0)