Petr Enkov
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
roles/network_plugin/cilium/templates/cilium-deploy.yml.j2
|
|
@ -84,7 +84,7 @@ spec: |
|
|
|
key: AWS_DEFAULT_REGION |
|
|
|
name: cilium-aws |
|
|
|
optional: true |
|
|
|
image: "{{ cilium_image_repo }}:{{ cilium_operator_image_tag }}" |
|
|
|
image: "{{ cilium_operator_image_repo }}:{{ cilium_operator_image_tag }}" |
|
|
|
imagePullPolicy: IfNotPresent |
|
|
|
name: cilium-operator |
|
|
|
livenessProbe: |
|
|
|