Skip to main content
Module

x/helmet/mod.ts>RemoteArchiveChartConfig

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

Properties

source: RemoteChartSource.RemoteArchive
archiveUrl: string
extractPath: string
version: string
optional
onUpdated: (ctx: ChartUpdateContext) => Promise<void>