Skip to content

Commit 166d01f

Browse files
committed
test
1 parent 5629c81 commit 166d01f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lib/k8s/e2e/common/test_common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var (
3434

3535
func GetTestEnvConfig(t *testing.T) *environment.Config {
3636
testType := "functional"
37-
product := "k8s_runner"
37+
product := "internal-k8s-test-runner"
3838

3939
nsLabels, err := environment.GetRequiredChainLinkNamespaceLabels(product, testType)
4040
require.NoError(t, err, "Error creating required chain.link labels for namespace")

lib/k8s/environment/environment.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,8 @@ func (m *Environment) ReplaceHelm(name string, chart ConnectedChart) (*Environme
520520
m.err = err
521521
}
522522

523+
log.Info().Str("WorkloadLabels", fmt.Sprintf("%v", workloadLabels)).Msg("WorkloadLabels")
524+
523525
addRequiredChainLinkLabelsToWorkloads(h, workloadLabels)
524526
addDefaultPodAnnotationsAndLabels(h, markNotSafeToEvict(m.Cfg.PreventPodEviction, nil), podLabels)
525527
m.Charts = append(m.Charts, chart)

0 commit comments

Comments
 (0)