summaryrefslogtreecommitdiff
path: root/lib/api/templates.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/templates.rb')
-rw-r--r--lib/api/templates.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/api/templates.rb b/lib/api/templates.rb
index b9e718147e1..a64730b0715 100644
--- a/lib/api/templates.rb
+++ b/lib/api/templates.rb
@@ -1,8 +1,9 @@
module API
class Templates < Grape::API
GLOBAL_TEMPLATE_TYPES = {
- gitignores: Gitlab::Template::GitignoreTemplate,
- gitlab_ci_ymls: Gitlab::Template::GitlabCiYmlTemplate
+ gitignores: Gitlab::Template::GitignoreTemplate,
+ gitlab_ci_ymls: Gitlab::Template::GitlabCiYmlTemplate,
+ kubernetes_config: Gitlab::Template::KubernetesConfigTemplate
}.freeze
helpers do