@catladder/cli
Version:
Panter cli tool for cloud CI/CD and DevOps
8 lines • 333 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: any;
}[];