Skip to content

Commit

Permalink
add documentation for redaction.secret.keepOnlyHelmRelease (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
MickaelAlliel authored Sep 30, 2024
1 parent 15a6645 commit f1f0ee2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/komodor-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,9 @@ The command removes all the Kubernetes components associated with the chart and
| capabilities.logs.nameDenylist | list | `[]` | Do not fetch logs from these workloads. eg. `["supersecret-workload", "password-manager"]` |
| capabilities.logs.redact | list | `[]` | Redact logs from the komodor logs. eg. `["password", "token"]` |
| capabilities.redaction | object | See sub-values | Configure the agent data redaction capabilities |
| capabilities.redaction.secret | object | `{"enable":true}` | Configuration for the "Secret" resource type |
| capabilities.redaction.secret | object | `{"enable":true,"keepOnlyHelmReleases":false}` | Configuration for the "Secret" resource type |
| capabilities.redaction.secret.enable | bool | `true` | Enable redaction for the "Secret" resource type |
| capabilities.redaction.secret.keepOnlyHelmReleases | bool | `false` | Determine if only helm releases should be collected, if true - wipe and redact all other secrets data |
| capabilities.telemetry | object | See sub-values | Configure the agent telemetry capabilities |
| capabilities.telemetry.enabled | bool | `true` | Enable telemetry capabilities by the komodor agent |
| capabilities.telemetry.collectApiServerMetrics | bool | `false` | Collect metrics from the api server (Should only be used for debugging purposes) |
Expand Down
2 changes: 2 additions & 0 deletions charts/komodor-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ capabilities:
secret:
# capabilities.redaction.secret.enable -- (bool) Enable redaction for the "Secret" resource type
enable: true
# capabilities.redaction.secret.keepOnlyHelmReleases -- (bool) Determine if only helm releases should be collected, if true - wipe and redact all other secrets data
keepOnlyHelmReleases: false

# capabilities.telemetry -- Configure the agent telemetry capabilities
# @default -- See sub-values
Expand Down

0 comments on commit f1f0ee2

Please sign in to comment.