k8s_create_configmap_resource
Create a Kubernetes ConfigMap with key-value data pairs in a specified namespace and cluster context.
Instructions
Create a new Kubernetes ConfigMap with the specified key-value data pairs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| name | Yes | ||
| labels | No | ||
| context | Yes | ||
| namespace | Yes |