summaryrefslogtreecommitdiff
path: root/spec/factories
diff options
context:
space:
mode:
authorMayra Cabrera <mcabrera@gitlab.com>2018-03-01 23:46:02 +0000
committerKamil TrzciƄski <ayufan@ayufan.eu>2018-03-01 23:46:02 +0000
commitc607008ee55e35465e04a938a341f2f24cb6761f (patch)
tree5fbabbeec70c9129b5db9b184d7620dbc35aaac2 /spec/factories
parent947a7f858765fdbad2f4084bed24994329d62337 (diff)
downloadgitlab-ce-c607008ee55e35465e04a938a341f2f24cb6761f.tar.gz
Extend Cluster Applications to install GitLab Runner to Kubernetes cluster
Diffstat (limited to 'spec/factories')
-rw-r--r--spec/factories/clusters/applications/helm.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/factories/clusters/applications/helm.rb b/spec/factories/clusters/applications/helm.rb
index 775fbb3d27b..3deca103578 100644
--- a/spec/factories/clusters/applications/helm.rb
+++ b/spec/factories/clusters/applications/helm.rb
@@ -34,5 +34,6 @@ FactoryBot.define do
factory :clusters_applications_ingress, class: Clusters::Applications::Ingress
factory :clusters_applications_prometheus, class: Clusters::Applications::Prometheus
+ factory :clusters_applications_runner, class: Clusters::Applications::Runner
end
end