Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMayra Cabrera <mcabrera@gitlab.com>2019-03-25 18:18:39 +0300
committerSean McGivern <sean@gitlab.com>2019-03-25 18:18:39 +0300
commit93b806c468a5a88950d28f82f99294ee0e8cef13 (patch)
treeab5724e779da68c2c35a945bcd81b35e726a1d76 /spec/factories
parent1f42dd868b3410cff688193bad0ca25673b18ce6 (diff)
Improvements for Knative installation
Displays Knative domain field automatically after Helm is successfully installed. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56954
Diffstat (limited to 'spec/factories')
-rw-r--r--spec/factories/clusters/providers/gcp.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/factories/clusters/providers/gcp.rb b/spec/factories/clusters/providers/gcp.rb
index a002ab28519..186c7c8027c 100644
--- a/spec/factories/clusters/providers/gcp.rb
+++ b/spec/factories/clusters/providers/gcp.rb
@@ -28,5 +28,9 @@ FactoryBot.define do
gcp.make_errored('Something wrong')
end
end
+
+ trait :abac_enabled do
+ legacy_abac true
+ end
end
end