Skip to main content
Module

x/helmet/mod.ts>decryptAndValidateSecrets

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

Type Parameters

T extends TProperties

Parameters

schema: TObject<T>
encryptedSecretsPath: string

Returns

Promise<ValidationResult<Static<TObject<T>>>>