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

cleanup: Move common files to deploy folder #3860

Merged
merged 2 commits into from
Jun 7, 2023

Commits on Jun 7, 2023

  1. cleanup: Move common files to deploy folder

    Few common files related to deployments were kept
    in the examples folder initially. Moving them to
    deploy folder and updating the relevant files.
    
    Signed-off-by: karthik-us <ksubrahm@redhat.com>
    karthik-us authored and nixpanic committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    86ef65d View commit details
    Browse the repository at this point in the history
  2. e2e: Make getConfigFile() generic

    Update the getConfigFile() function to allow any file to be looked
    at on the preferred location first and fall back to the alternate
    location if it does not exist there.
    
    Signed-off-by: karthik-us <ksubrahm@redhat.com>
    karthik-us authored and nixpanic committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    3b1cb50 View commit details
    Browse the repository at this point in the history