Skip to content

Commit

Permalink
[update_containers] Fix typo ceilometerSgcoreImage
Browse files Browse the repository at this point in the history
Related-Issue: OSPCIX-541
  • Loading branch information
karelyatin authored and openshift-merge-bot[bot] committed Oct 23, 2024
1 parent 87f6807 commit e5ff199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/update_containers/templates/update_containers.j2
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ spec:
ansibleeeImage: {{ cifmw_update_containers_ansibleee_image_url }}
{% endif %}
{% if cifmw_update_containers_ceilometersgcoreImage is defined %}
ceilometersgcoreImage: {{ cifmw_update_containers_ceilometersgcoreImage }}
ceilometerSgcoreImage: {{ cifmw_update_containers_ceilometersgcoreImage }}
{% endif %}
{% if cifmw_update_containers_edpmnodeexporterimage is defined %}
edpmNodeExporterImage: {{ cifmw_update_containers_edpmnodeexporterimage }}
Expand Down

0 comments on commit e5ff199

Please sign in to comment.