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

contrib/kind: Make install-tetragon.sh script more portable #2682

Merged
merged 2 commits into from
Jul 17, 2024

Commits on Jul 16, 2024

  1. contrib/kind: Allow using custom Helm chart in install-tetragon.sh

    A custom Helm chart can be passed via TETRAGON_KIND_HELM_CHART envvar. This is
    useful for testing released charts or custom distributions.
    
    Signed-off-by: Anna Kapuscinska <[email protected]>
    lambdanis committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    0c1a1bd View commit details
    Browse the repository at this point in the history
  2. contrib/kind: Make install-tetragon.sh script runnable from anywhere

    There were two issues when running script from a location different than the
    repo root:
    * If running from a different git repo, the project root is detected
      incorrectly and the script fails to find config
    * If passing a relative path to a values file, the script fails to find it
    
    Both are fixed here.
    
    Signed-off-by: Anna Kapuscinska <[email protected]>
    lambdanis committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    a0c1747 View commit details
    Browse the repository at this point in the history