Skip to content

Commit bda955b

Browse files
authored
fix: rename the helm podinfo deployer as it collides with ocm test (#736)
<!-- markdownlint-disable MD041 --> #### What this PR does / why we need it #### Which issue(s) this PR fixes <!-- Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. --> Signed-off-by: Gergely Brautigam <[email protected]>
1 parent e8173af commit bda955b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

e2e/helm_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func TestHelmChartResource(t *testing.T) {
6262
Setup(setup.AddFilesToGitRepository(getHelmManifests(testHelmChartBasedResource, testRepoHelmName)...)).
6363
Assess("check that component version is ready and valid", checkIsComponentVersionReady("ocm-with-helm", ocmNamespace))
6464

65-
validationDeploymentBackend := checkDeploymentReadiness("fluxdeployer-podinfo-pipeline-backend", "ghcr.io/stefanprodan/podinfo")
65+
validationDeploymentBackend := checkDeploymentReadiness("fluxdeployer-helm-podinfo-pipeline-backend", "ghcr.io/stefanprodan/podinfo")
6666

6767
dumpState := features.New("dump cluster state").Teardown(teardown.DumpClusterState(teardown.Controller{
6868
LabelSelector: map[string]string{"app": "ocm-controller"},

e2e/testdata/testHelmChartResource/deployer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: delivery.ocm.software/v1alpha1
22
kind: FluxDeployer
33
metadata:
4-
name: fluxdeployer-podinfo-pipeline-backend
4+
name: fluxdeployer-helm-podinfo-pipeline-backend
55
namespace: ocm-system
66
spec:
77
interval: 5s

0 commit comments

Comments
 (0)