Skip to content

Commit d98ae0e

Browse files
authored
Merge pull request kubernetes-sigs#7566 from criscola/pr-update-podsecuritystandard-envvar-docs
📖 Fix outdated enabling PodSecurityStandard env variable in CAPI quickstart
2 parents 56aa8be + ec7369b commit d98ae0e

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
@@ -911,7 +911,7 @@ export SERVICE_DOMAIN="k8s.test"
911911
912912
It is also possible but **not recommended** to disable the per-default enabled [Pod Security Standard](../security/pod-security-standards.md):
913913
```bash
914-
export ENABLE_POD_SECURITY_STANDARD="false"
914+
export POD_SECURITY_STANDARD_ENABLED="false"
915915
```
916916
917917
{{#/tab }}

0 commit comments

Comments
 (0)