Skip to content

Commit

Permalink
Fix helm chart docs
Browse files Browse the repository at this point in the history
  • Loading branch information
orishoshan committed Dec 3, 2023
1 parent f751e91 commit 23fa552
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/reference/configuration/otterize-chart/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ For example, it configures the credentials operator to work with the deployed SP
# Parameters

## Deployment parameters
| Key | Description | Default |
|-----------------------------------------|----------------------------------------------------------------------------------|---------|
| `global.deployment.spire` | Whether or not to deploy SPIRE. Required for mTLS, if not using Otterize Cloud. | `true` |
| `global.deployment.credentialsOperator` | Whether or not to deploy credentials-operator. Required for mTLS. | `false` |
| `global.deployment.intentsOperator` | Whether or not to deploy intents-operator. | `true` |
| `global.deployment.networkMapper` | Whether or not to deploy network-mapper. | `true` |
| Key | Description | Default |
|-----------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------|---------|
| `global.deployment.spire` | Whether or not to deploy SPIRE. Required for mTLS, if not using Otterize Cloud. | `true` |
| `global.deployment.credentialsOperator` | Whether or not to deploy credentials-operator. Required to provision mTLS credentials, database username/password, and AWS IAM roles. | `true` |
| `global.deployment.intentsOperator` | Whether or not to deploy intents-operator. | `true` |
| `global.deployment.networkMapper` | Whether or not to deploy network-mapper. | `true` |

## Global parameters
These parameters are used by multiple charts, and must be kept the same for the correct functioning of the separate components.
Expand Down

0 comments on commit 23fa552

Please sign in to comment.