move hardcoded dnsmasq autoscaler image to its own variable

This commit is contained in:
Erwan Miran
2018-01-16 09:11:59 +01:00
parent f19c8e8c1d
commit e5b4011aa4
2 changed files with 4 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ spec:
operator: Exists
containers:
- name: autoscaler
image: gcr.io/google_containers/cluster-proportional-autoscaler-amd64:1.1.1
image: "{{ dnsmasqautoscaler_image_repo }}:{{ dnsmasqautoscaler_image_tag }}"
resources:
requests:
cpu: "20m"