Skip to content

ConfigMap

Source: src/Kubernetes/ConfigMap.ts

A Kubernetes config map bound to an EKS cluster.

const config = yield* ConfigMap("app-config", {
cluster,
namespace: "default",
data: {
LOG_LEVEL: "debug",
},
});