Skip to content

Commit

Permalink
Remove extra `
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola committed Nov 17, 2023
1 parent 58e7af8 commit 41ab2cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/security/self-assessment.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ This guide makes the assumption that K3s is running as a Systemd unit. Your inst
**Remediation:**
Run the below command (based on the file location on your system) on the
control plane node.
For example, `chmod 644 /etc/kubernetes/manifests/kube-apiserver.yaml``
For example, `chmod 644 /etc/kubernetes/manifests/kube-apiserver.yaml`

### 1.1.2 Ensure that the API server pod specification file ownership is set to root:root (Automated)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ This guide makes the assumption that K3s is running as a Systemd unit. Your inst
**Remediation:**
Run the below command (based on the file location on your system) on the
control plane node.
For example, `chmod 644 /etc/kubernetes/manifests/kube-apiserver.yaml``
For example, `chmod 644 /etc/kubernetes/manifests/kube-apiserver.yaml`

### 1.1.2 Ensure that the API server pod specification file ownership is set to root:root (Automated)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This guide makes the assumption that K3s is running as a Systemd unit. Your inst
**Remediation:**
Run the below command (based on the file location on your system) on the
control plane node.
For example, `chmod 644 /etc/kubernetes/manifests/kube-apiserver.yaml``
For example, `chmod 644 /etc/kubernetes/manifests/kube-apiserver.yaml`

### 1.1.2 Ensure that the API server pod specification file ownership is set to root:root (Automated)

Expand Down

0 comments on commit 41ab2cf

Please sign in to comment.