diff options
Diffstat (limited to 'packer/templates/helm.json')
-rw-r--r-- | packer/templates/helm.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packer/templates/helm.json b/packer/templates/helm.json index 9568c0146..cdf752af0 100644 --- a/packer/templates/helm.json +++ b/packer/templates/helm.json @@ -1,6 +1,7 @@ { "variables": { "ansible_roles_path": ".galaxy", + "arch": "x86_64", "base_image": null, "distro": null, "cloud_auth_url": null, @@ -9,6 +10,7 @@ "cloud_network": null, "cloud_tenant": null, "cloud_user_data": null, + "flavor": "v3-standard-2", "ssh_user": null, "ssh_proxy_host": "" }, @@ -31,7 +33,7 @@ "user_data_file": "{{user `cloud_user_data`}}", "ssh_username": "{{user `ssh_user`}}", "ssh_proxy_host": "{{user `ssh_proxy_host`}}", - "flavor": "v1-standard-1", + "flavor": "{{user `flavor`}}", "metadata": { "ci_managed": "yes" } |