summaryrefslogtreecommitdiff
path: root/spec/factories/clusters/providers/gcp.rb
diff options
context:
space:
mode:
authorMayra Cabrera <mcabrera@gitlab.com>2019-03-25 15:18:39 +0000
committerSean McGivern <sean@gitlab.com>2019-03-25 15:18:39 +0000
commit93b806c468a5a88950d28f82f99294ee0e8cef13 (patch)
treeab5724e779da68c2c35a945bcd81b35e726a1d76 /spec/factories/clusters/providers/gcp.rb
parent1f42dd868b3410cff688193bad0ca25673b18ce6 (diff)
downloadgitlab-ce-93b806c468a5a88950d28f82f99294ee0e8cef13.tar.gz
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/clusters/providers/gcp.rb')
-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