mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-06 00:47:41 -02:30
fix wrong cilium_operator repo variable (#5819)
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user