Skip to content
Snippets Groups Projects
  • Hidde Beydals's avatar
    7a5b9e29
    Use rel filepath in auto generated kustomization · 7a5b9e29
    Hidde Beydals authored
    
    This works around another bug on Windows platforms that would cause the
    kustomize-controller to choke on the kustomization.yaml generated by the
    bootstrap command due to the filepath being in a Windows format.
    
    By using `filepath.Rel`, the output is _just_ the filename for files
    relative to the bootstrap path, which is at the moment sufficient to
    make it work.
    
    Signed-off-by: default avatarHidde Beydals <hello@hidde.co>
    7a5b9e29
    History
    Use rel filepath in auto generated kustomization
    Hidde Beydals authored
    
    This works around another bug on Windows platforms that would cause the
    kustomize-controller to choke on the kustomization.yaml generated by the
    bootstrap command due to the filepath being in a Windows format.
    
    By using `filepath.Rel`, the output is _just_ the filename for files
    relative to the bootstrap path, which is at the moment sufficient to
    make it work.
    
    Signed-off-by: default avatarHidde Beydals <hello@hidde.co>