k8s-deploy/src/types/deploymentConfig.ts
2022-06-24 16:57:45 -04:00

6 lines
125 B
TypeScript

export interface DeploymentConfig {
manifestFilePaths: string[]
helmChartFilePaths: string[]
dockerfilePaths: any
}