Skip to content

Commit ec7369b

Browse files
committed
docs: fix outdated enabling PodSecurityStandard env variable in CAPI quickstart
1 parent 73ed167 commit ec7369b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/user/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ export SERVICE_DOMAIN="k8s.test"
819819
820820
It is also possible but **not recommended** to disable the per-default enabled [Pod Security Standard](../security/pod-security-standards.md):
821821
```bash
822-
export ENABLE_POD_SECURITY_STANDARD="false"
822+
export POD_SECURITY_STANDARD_ENABLED="false"
823823
```
824824
825825
{{#/tab }}

0 commit comments

Comments
 (0)