UNPKG

@catladder/cli

Version:

Panter cli tool for cloud CI/CD and DevOps

7 lines (6 loc) 335 B
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; }[];