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

Create directory automatically #680

Merged

Commits on Jun 27, 2024

  1. Create directory automatically

    * When writing to a new file, create the directory for the file if it
      does not already exist
    * This is useful if writing `helmvalues` to a new directory that is
      solely used for updating the image version. The ArgoCD Application can
      add a second source and reference the file with the
      `ignoreMissingValueFiles` flag turned on as an additional values file
    * If the directory already exists, this command does nothing.
    
    Signed-off-by: Joshua Novick <joshua.novick@hunters.ai>
    jnovick authored and chengfang committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    f91491a View commit details
    Browse the repository at this point in the history