Commit 8cff79bc authored by Shinya Maeda's avatar Shinya Maeda

Fix static analysys. Fix import config.

parent 982c2b83
...@@ -47,7 +47,9 @@ module Gcp ...@@ -47,7 +47,9 @@ module Gcp
} }
validates :gcp_cluster_zone, presence: true validates :gcp_cluster_zone, presence: true
validates :gcp_cluster_size, presence: true,
validates :gcp_cluster_size,
presence: true,
numericality: { numericality: {
only_integer: true, only_integer: true,
greater_than: 0 greater_than: 0
......
...@@ -147,7 +147,7 @@ deploy_keys: ...@@ -147,7 +147,7 @@ deploy_keys:
- user - user
- deploy_keys_projects - deploy_keys_projects
- projects - projects
clusters: cluster:
- project - project
- user - user
- service - service
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment