update_configmap
Update a Kubernetes ConfigMap by patching its data with key-value pairs. Supports dry-run simulation and multi-cluster targeting.
Instructions
Updates an existing ConfigMap by patching its data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Key-value string pairs to merge into the ConfigMap | |
| dryRun | No | If true, simulates the action without making changes | |
| cluster | No | Target cluster name (default: 'default') | |
| namespace | Yes | The Kubernetes namespace | |
| configMapName | Yes | The name of the ConfigMap to update |