Skip to content

Commit e4d3876

Browse files
authored
Merge pull request #44675 from sftim/20240108_revise_encryption_at_rest
Highlight important comment in API encryption at rest task
2 parents bc63a98 + bfbe2db commit e4d3876

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@ decrypt data stored in the etcd.
6565

6666
## Understanding the encryption at rest configuration
6767

68-
```yaml
68+
<!-- note to localizers: the highlight is to make the initial comment obvious -->
69+
<!-- you can use as many lines as makes sense for your target localization -->
70+
71+
{{< highlight yaml "linenos=false,hl_lines=2-5" >}}
6972
---
7073
#
7174
# CAUTION: this is an example configuration.
@@ -118,7 +121,7 @@ resources:
118121
keys:
119122
- name: key3
120123
secret: c2VjcmV0IGlzIHNlY3VyZSwgSSB0aGluaw==
121-
```
124+
{{< /highlight >}}
122125

123126
Each `resources` array item is a separate config and contains a complete configuration. The
124127
`resources.resources` field is an array of Kubernetes resource names (`resource` or `resource.group`)

0 commit comments

Comments
 (0)