Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding reference for new secret rotation interval entry in credentials operator #245

Merged
merged 2 commits into from
Jun 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 14 additions & 7 deletions docs/reference/configuration/credentials-operator/helm-chart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,13 @@ If you would like to deploy it on its own, add the Otterize Helm chart repositor

## Operator parameters

| Key | Description | Default |
|-----------------------|----------------------------|----------------------------------------------------------------------|
| `operator.repository` | Operator image repository. | `otterize` |
| `operator.image` | Operator image. | `credentials-operator` |
| `operator.tag` | Operator image tag. | `(pinned to latest version as of this Helm chart version's publish)` |
| `operator.pullPolicy` | Operator pull policy. | `(none)` |
| Key | Description | Default |
|-------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------|
| `operator.repository` | Operator image repository. | `otterize` |
| `operator.image` | Operator image. | `credentials-operator` |
| `operator.tag` | Operator image tag. | `(pinned to latest version as of this Helm chart version's publish)` |
| `operator.pullPolicy` | Operator pull policy. | `(none)` |
| `operator.extraEnvVars` | Extra environment variables to pass to the credentials operator pod. To set an environment variable: `"operator.extraEnvVars[0].name=MY_ENV_VAR"`, to set its value: `"operator.extraEnvVars[0].value=someValue"` |

## Cloud parameters

Expand All @@ -62,6 +63,7 @@ If you would like to deploy it on its own, add the Otterize Helm chart repositor
|-----------------------|----------------------------------------------------------------------------------------------------------------|------------------------|
| `spire.serverAddress` | Specify the SPIRE-server's address. You should use either this OR `global.spire.serverServiceName` (not both). | |
| `spire.socketsPath` | SPIRE sockets path. The operator will expect to find agent.sock in the host-mounted folder | `"/run/spire/sockets"` |

## Common parameters
| Key | Description | Default |
|------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|
Expand All @@ -71,4 +73,9 @@ If you would like to deploy it on its own, add the Otterize Helm chart repositor
## AWS integration parameters
| Key | Description | Default |
|---------------|----------------------------------------------------------|----------|
| `aws.roleARN` | ARN of the AWS role the operator will use to access AWS. | `(none)` |
| `aws.roleARN` | ARN of the AWS role the operator will use to access AWS. | `(none)` |

## Credentials operator parameters
| Key | Description | Default |
|----------------------------------|-------------------------------------------------------------------------------------------------------------------------------|---------|
| `databaseSecretRotationInterval` | Interval in which secrets created by the credentials operator will be rotated. Valid time units are "ns", "ms", "s", "m", "h" | `8h` |
Loading
Loading