Skip to content

Commit

Permalink
Add prefix to node-count cluster fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekaterina Chernova committed Sep 27, 2018
1 parent ba25cd5 commit afad42e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kqueen/engines/aks.py
Expand Up @@ -96,7 +96,7 @@ class AksEngine(BaseEngine):
'required': True
}
},
'node_count': {
'node_count_aks': {
'type': 'integer',
'label': 'Node Count',
'default': 1,
Expand Down
2 changes: 1 addition & 1 deletion kqueen/engines/gce.py
Expand Up @@ -51,7 +51,7 @@ class GceEngine(BaseEngine):
}
},
'cluster': {
'node_count': {
'node_count_gke': {
'type': 'integer',
'label': 'Node Count',
'order': 1,
Expand Down

0 comments on commit afad42e

Please sign in to comment.