From c3cdbc797ca8729fa50c05f72c3441c9245563c6 Mon Sep 17 00:00:00 2001 From: Kevin McAnoy Date: Tue, 11 Aug 2020 17:54:10 -0700 Subject: [PATCH] enable e2e tests for test env (#134) --- applications/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/applications/values.yaml b/applications/values.yaml index df277772..ad5a3a91 100644 --- a/applications/values.yaml +++ b/applications/values.yaml @@ -32,6 +32,8 @@ applications: ref: *frontendVersion helmValues: imageTag: *frontendVersion + e2eTestJob: + enabled: true ignoreDifferences: - group: apps.openshift.io kind: DeploymentConfig