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:
Diffstat (limited to 'app/graphql/mutations/environments/update.rb')
-rw-r--r--app/graphql/mutations/environments/update.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/graphql/mutations/environments/update.rb b/app/graphql/mutations/environments/update.rb
index 431a7add00e..07ab22685cc 100644
--- a/app/graphql/mutations/environments/update.rb
+++ b/app/graphql/mutations/environments/update.rb
@@ -28,6 +28,11 @@ module Mutations
required: false,
description: 'Cluster agent of the environment.'
+ argument :kubernetes_namespace,
+ GraphQL::Types::String,
+ required: false,
+ description: 'Kubernetes namespace of the environment.'
+
field :environment,
Types::EnvironmentType,
null: true,