Fixed small typo (#612)

This commit is contained in:
roycec
2023-05-19 15:48:38 +02:00
committed by GitHub
parent 1a69f49003
commit 04074b9a24
@@ -12,6 +12,6 @@ title: Install Rancher CIS Benchmark
:::note
CIS Benchmark 4.0.0 and above have PSPs disabled by default. To install CIS Benchmark on a hardened cluster, set `golbal.psp.enabled` to `true` in the values before installing the chart.
CIS Benchmark 4.0.0 and above have PSPs disabled by default. To install CIS Benchmark on a hardened cluster, set `global.psp.enabled` to `true` in the values before installing the chart.
:::
:::