File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
content/en/docs/tasks/administer-cluster Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,10 @@ decrypt data stored in the etcd.
65
65
66
66
## Understanding the encryption at rest configuration
67
67
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" >}}
69
72
---
70
73
#
71
74
# CAUTION: this is an example configuration.
@@ -118,7 +121,7 @@ resources:
118
121
keys:
119
122
- name: key3
120
123
secret: c2VjcmV0IGlzIHNlY3VyZSwgSSB0aGluaw==
121
- ` ` `
124
+ {{< /highlight >}}
122
125
123
126
Each ` resources ` array item is a separate config and contains a complete configuration. The
124
127
` resources.resources ` field is an array of Kubernetes resource names (` resource ` or ` resource.group ` )
You can’t perform that action at this time.
0 commit comments