Skip to content

Commit 792a63e

Browse files
authored
Merge pull request #41196 from sftim/20230517_revise_encryption_at_rest
Replace ASCII art arrows in comments
2 parents 85910ff + 1f762d0 commit 792a63e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -321,19 +321,19 @@ To create a new Secret, perform the following steps:
321321
- command:
322322
- kube-apiserver
323323
...
324-
- --encryption-provider-config=/etc/kubernetes/enc/enc.yaml # <-- add this line
324+
- --encryption-provider-config=/etc/kubernetes/enc/enc.yaml # add this line
325325
volumeMounts:
326326
...
327-
- name: enc # <-- add this line
328-
mountPath: /etc/kubernetes/enc # <-- add this line
329-
readonly: true # <-- add this line
327+
- name: enc # add this line
328+
mountPath: /etc/kubernetes/enc # add this line
329+
readonly: true # add this line
330330
...
331331
volumes:
332332
...
333-
- name: enc # <-- add this line
334-
hostPath: # <-- add this line
335-
path: /etc/kubernetes/enc # <-- add this line
336-
type: DirectoryOrCreate # <-- add this line
333+
- name: enc # add this line
334+
hostPath: # add this line
335+
path: /etc/kubernetes/enc # add this line
336+
type: DirectoryOrCreate # add this line
337337
...
338338
```
339339

0 commit comments

Comments
 (0)