google-kubernetes-engine-plugin icon indicating copy to clipboard operation
google-kubernetes-engine-plugin copied to clipboard

Support lists in manifests

Open viglesiasce opened this issue 6 years ago • 1 comments

It is common for Kubernetes users to have folders of manifests that they apply by passing multiple -f flags. For example kubectl apply -f k8s/staging/ -f k8s/services/ .

It is not currently possible to use multiple manifest paths per build step which means configuring multiple build steps in order to accomplish what is usually a single kubectl command.

viglesiasce avatar May 01 '19 17:05 viglesiasce

yes we should be able to pass the list of config yamls in manifest option

avadhut007 avatar Jul 24 '20 10:07 avadhut007