Skip to content

Commit 90e15b5

Browse files
committed
Propagate RELATED_IMAGE to openstack-baremetal-operator
This should resolve a regression since the new initialization resource was implemented where provision server is missing default settings from the openstack-operator CSV Jira: OSPRH-17188
1 parent 461d8b4 commit 90e15b5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

config/operator/managers.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ spec:
4545
value: '{{ $renewDeadline }}'
4646
- name: RETRY_PERIOD
4747
value: '{{ $retryPeriod }}'
48+
{{ if (eq $operatorName "openstack-baremetal") }}
49+
{{ range $envName, $envValue := .OpenStackServiceRelatedImages }}
50+
- name: {{ $envName }}
51+
value: {{ $envValue }}
52+
{{ end }}
53+
{{ end }}
4854
image: {{ $operatorImage }}
4955
livenessProbe:
5056
httpGet:

0 commit comments

Comments
 (0)