ConfigMap
Source:
src/Kubernetes/ConfigMap.ts
A Kubernetes config map bound to an EKS cluster.
Examples
Section titled “Examples”const config = yield* ConfigMap("app-config", { cluster, namespace: "default", data: { LOG_LEVEL: "debug", },});