Browse Source

更新 'inputs'

tags/v0.1.0
lizhihui 4 years ago
parent
commit
9f1bfd2663
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      inputs

+ 2
- 1
inputs View File

"{{ project_name }}.ballgown_cluster": "{{ ballgown_cluster }}", "{{ project_name }}.ballgown_cluster": "{{ ballgown_cluster }}",
"{{ project_name }}.disk_size": "{{ disk_size if disk_size != '' else 200}}", "{{ project_name }}.disk_size": "{{ disk_size if disk_size != '' else 200}}",
"{{ project_name }}.count_docker": "{{ count_docker }}", "{{ project_name }}.count_docker": "{{ count_docker }}",
"{{ project_name }}.count_cluster": "{{ count_cluster }}"
"{{ project_name }}.count_cluster": "{{ count_cluster }}",
"{{ project_name }}.count_length": "{{ count_length }}"
} }

Loading…
Cancel
Save