Skip to main content
Module

x/helmet/mod.ts>HelmetBundle

Type-safe Helm - the right way to do Infrastructure as Code in Kubernetes
Go to Latest
interface HelmetBundle
Re-export
import { type HelmetBundle } from "https://deno.land/x/helmet@1.20.1/mod.ts";

Properties

releaseId: string
releaseNamespace: string
create: () => Promise<HelmetChartInstance[]>