Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
  • Loading branch information
odubajDT committed Nov 1, 2023
1 parent 188f503 commit c0f586f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/helm-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
echo "running Helm tests"
tests=$(find ./.github/scripts/.helm-tests -maxdepth 1 -mindepth 1 -type d )

# substitute charts path with local ones, so tests won't file on changes to the helm template files
# substitute charts path with local ones, so tests won't fail on changes to the helm template files
# the order is important, as each sed command replaces the first occurence of https://charts.lifecycle.keptn.sh
# with different filepath (cert-manager, lifecycle-operator, metrics-operator)
sed -ie '0,/https:\/\/charts.lifecycle.keptn.sh/{s/https:\/\/charts.lifecycle.keptn.sh/file:\/\/..\/klt-cert-manager\/chart/}' ./chart/Chart.yaml
Expand Down

0 comments on commit c0f586f

Please sign in to comment.