@catladder/pipeline
Version:
Panter workflow for cloud CI/CD and DevOps
8 lines • 336 B
TypeScript
import type { BuildConfig } from "../../build";
import type { EnvironmentContext } from "../../types/environmentContext";
import type { DeployConfigKubernetes } from "../types";
export declare const additionalKubernetesSecretKeys: ({
deployConfigRaw
}: EnvironmentContext<BuildConfig, DeployConfigKubernetes>) => {
key: string;
}[];