You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hack/bin/integration-teardown-federation.sh
+1
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ else
24
24
export INGRESS_CHART="nginx-ingress-controller"
25
25
fi
26
26
27
+
# shellcheck disable=SC1091
27
28
."$DIR/helm_overrides.sh"
28
29
helmfile --environment "$HELMFILE_ENV" --file "${TOP_LEVEL}/hack/helmfile.yaml" destroy --skip-deps --skip-charts --concurrency 0 ||echo"Failed to delete helm deployments, ignoring this failure as next steps will the destroy namespaces anyway."
#charts=( $(find $CHART_DIR/ -maxdepth 1 -type d | sed -n "s=$CHART_DIR/\(.\+\)=\1 =p") )
@@ -176,7 +177,7 @@ if [[ "$reindex" == "1" ]]; then
176
177
else
177
178
# update local cache with newly pushed charts
178
179
helm repo update
179
-
printf"\n--> Not reindexing by default. Pass the --reindex flag in case the index.yaml is incomplete. See all wire charts using \n helm search repo $REPO_NAME/ -l\n\n"
180
+
printf"\n--> Not reindexing by default. Pass the --reindex flag in case the index.yaml is incomplete. See all wire charts using \n helm search repo %s/ -l\n\n""$REPO_NAME"
0 commit comments