fix wrong cilium_operator repo variable (#5819)

pull/5823/head
Petr Enkov 2020-03-25 13:17:03 +04:00 committed by GitHub
parent 47849b8ff7
commit 474fbf09c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ spec:
key: AWS_DEFAULT_REGION key: AWS_DEFAULT_REGION
name: cilium-aws name: cilium-aws
optional: true optional: true
image: "{{ cilium_image_repo }}:{{ cilium_operator_image_tag }}" image: "{{ cilium_operator_image_repo }}:{{ cilium_operator_image_tag }}"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
name: cilium-operator name: cilium-operator
livenessProbe: livenessProbe: