mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-11 01:57:37 -03:30
fix wrong cilium_operator repo variable (#5819)
This commit is contained in:
parent
47849b8ff7
commit
474fbf09c4
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user