Skip to content

Commit 3bb1779

Browse files
authored
Fix docs for intentsOperator.operator.extraEnvVars (#265)
1 parent 23382c9 commit 3bb1779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/otterize-chart/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Further information about intents-operator parameters can be found [in the inten
7676
| `intentsOperator.operator.resources` | Resources override. | |
7777
| `intentsOperator.operator.enableDatabaseCredentialsCreation` | Enables support for database intents | `true` |
7878
| `intentsOperator.enforcedNamespaces` | When using "shadow enforcement" mode, namespaces in this list will be treated as if the enforcement were active. | `(nil) ` |
79-
| `intentsOperator.extraEnvVars` | Extra environment variables to pass to the intents operator pod. To set an environment variable: `"intentsOperator.extraEnvVars[0].name=MY_ENV_VAR"`, to set its value: `"intentsOperator.extraEnvVars[0].value=someValue"` |
79+
| `intentsOperator.operator.extraEnvVars` | Extra environment variables to pass to the intents operator pod. To set an environment variable: `"intentsOperator.operator.extraEnvVars[0].name=MY_ENV_VAR"`, to set its value: `"intentsOperator.operator.extraEnvVars[0].value=someValue"` |
8080

8181

8282
## SPIRE parameters

0 commit comments

Comments
 (0)