Skip to main content
Module

x/helmet/mod.ts>createK8sSecretsDecryptor

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

Type Parameters

T extends TProperties

Parameters

unnamed 0: { schema: TObject<T>; currentFileUrl: string; }

Returns

() => Promise<Static<TObject<T>>>