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
type alias RemoteArchiveChartConfig
import { type RemoteArchiveChartConfig } from "https://deno.land/x/helmet@1.16.7/mod.ts";
definition: { source: RemoteChartSource.RemoteArchive; archiveUrl: string; extractPath: string; version: string; } & ChartConfigHooks