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
- description: Deploy SA with single k8s otel-collector
7
7
before:
8
+
- echo The cluster name of the test is ${SCENARIO_TAG}
8
9
- cd ../../../ && SA_CHART_VALUES_FILE="test/k8s-e2e/collector/ac-values-collector.yml" CLUSTER=${SCENARIO_TAG} USE_LATEST_FLUX=${USE_LATEST_FLUX} tilt ci
Copy file name to clipboardExpand all lines: test/k8s-e2e/custom-repo/e2e-custom-repo.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,13 @@ custom_test_key: cluster_name
7
7
scenarios:
8
8
- description: Asserts custom helm chart repo configuration works as expected
9
9
before:
10
+
- echo The cluster name of the test is ${SCENARIO_TAG}
10
11
- cd ../../../ && CHARTMUSEUM_BASIC_AUTH=true SA_CHART_VALUES_FILE="test/k8s-e2e/custom-repo/ac-values-custom-repo.yml" CLUSTER=${SCENARIO_TAG} USE_LATEST_FLUX=${USE_LATEST_FLUX} tilt ci
0 commit comments