You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: