Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kustomize: use FS from fluxcd/pkg #2651

Merged
merged 1 commit into from
May 3, 2022
Merged

kustomize: use FS from fluxcd/pkg #2651

merged 1 commit into from
May 3, 2022

Commits on May 3, 2022

  1. kustomize: use FS from fluxcd/pkg

    This switches to a secure FS implementation in most places, except for
    where we can not make changes at this moment because it would break
    behavior.
    
    Not handled in this commit:
    
    - Allowing the root for `manifestgen` packages to be configured.
    - Allowing the user to define a working root while building locally.
    - Defaulting to the secure FS implementation in
      `kustomization.MakeDefaultOptions`. Problem here is that constructing
      the secure FS could result in an error, which we can not surface
      without signature changes to the constructor func.
    
    Signed-off-by: Hidde Beydals <hello@hidde.co>
    hiddeco committed May 3, 2022
    Configuration menu
    Copy the full SHA
    57442e8 View commit details
    Browse the repository at this point in the history