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

Fix static analysys. Fix import config.

parent 982c2b83
......@@ -47,7 +47,9 @@ module Gcp
}
validates :gcp_cluster_zone, presence: true
validates :gcp_cluster_size, presence: true,
validates :gcp_cluster_size,
presence: true,
numericality: {
only_integer: true,
greater_than: 0
......
......@@ -147,7 +147,7 @@ deploy_keys:
- user
- deploy_keys_projects
- projects
clusters:
cluster:
- project
- user
- 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