Skip to content
Snippets Groups Projects
Unverified Commit 474fbf09 authored by Petr Enkov's avatar Petr Enkov Committed by GitHub
Browse files

fix wrong cilium_operator repo variable (#5819)

parent 47849b8f
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment