Skip to content

Commit 82f5316

Browse files
committed
docs: fix variable and property names after renaming
1 parent fd06b8b commit 82f5316

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ and, sometimes, elevated privileges for the operator to be able to read the CRDs
173173
This validation is mostly meant to help users new to operator development get started and avoid
174174
common mistakes. Advanced users or production deployments might want to skip this step. This is done
175175
by setting
176-
the `JAVA_OPERATOR_SDK_VALIDATE_CR` environment variable to `false`. Quarkus users can also add
177-
`quarkus.operator-sdk.validate-custom-resources=false` to their `application.properties` for the
176+
the `CHECK_CRD_ENV_KEY` environment variable to `false`. Quarkus users can also add
177+
`quarkus.operator-sdk.check-crd-and-validate-local-model=false` to their `application.properties` for the
178178
same purpose.
179179

180180
#### Automatic generation of CRDs

0 commit comments

Comments
 (0)