use variables for cilium-operator instead of hardcoded value (#5802)
This commit is contained in:
parent
81f07c3783
commit
bc2eeb0560
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ spec:
|
||||||
key: AWS_DEFAULT_REGION
|
key: AWS_DEFAULT_REGION
|
||||||
name: cilium-aws
|
name: cilium-aws
|
||||||
optional: true
|
optional: true
|
||||||
image: docker.io/cilium/operator:v1.5.5
|
image: "{{ cilium_image_repo }}:{{ cilium_operator_image_tag }}"
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: cilium-operator
|
name: cilium-operator
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
|
|
Loading…
Reference in a new issue