kfctl icon indicating copy to clipboard operation
kfctl copied to clipboard

Support uncompressed folders

Open onetonfoot opened this issue 4 years ago • 0 comments

Does the current tool support using folders that aren't compressed? For example, I'd like to use a local folder without compressing it by putting this in the KfDef

  repos:
  - name: custom
    uri: /home/dom/Code/kubeflow-manifests

However, I can only get it to work by first running tar -cvzf and pointing the KfDef to that compressed folder

onetonfoot avatar Mar 17 '21 05:03 onetonfoot