File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 33{{ $leaseDuration := .LeaseDuration }}
44{{ $renewDeadline := .RenewDeadline }}
55{{ $retryPeriod := .RetryPeriod }}
6+ {{ $openstackServiceRelatedImages := .OpenStackServiceRelatedImages }}
67{{ range $operatorName, $operatorImage := .OperatorImages }}
78apiVersion : apps/v1
89kind : Deployment
4546 value : ' {{ $renewDeadline }}'
4647 - name : RETRY_PERIOD
4748 value : ' {{ $retryPeriod }}'
49+ {{ if (eq $operatorName "openstack-baremetal") }}
50+ {{ range $envName, $envValue := $openstackServiceRelatedImages }}
51+ - name : {{ $envName }}
52+ value : {{ $envValue }}
53+ {{ end }}
54+ {{ end }}
4855 image : {{ $operatorImage }}
4956 livenessProbe :
5057 httpGet :
Original file line number Diff line number Diff line change 33{{ $leaseDuration := .LeaseDuration }}
44{{ $renewDeadline := .RenewDeadline }}
55{{ $retryPeriod := .RetryPeriod }}
6+ {{ $openstackServiceRelatedImages := .OpenStackServiceRelatedImages }}
67{{ range $operatorName, $operatorImage := .OperatorImages }}
78apiVersion : apps/v1
89kind : Deployment
4546 value : ' {{ $renewDeadline }}'
4647 - name : RETRY_PERIOD
4748 value : ' {{ $retryPeriod }}'
49+ {{ if (eq $operatorName "openstack-baremetal") }}
50+ {{ range $envName, $envValue := $openstackServiceRelatedImages }}
51+ - name : {{ $envName }}
52+ value : {{ $envValue }}
53+ {{ end }}
54+ {{ end }}
4855 image : {{ $operatorImage }}
4956 livenessProbe :
5057 httpGet :
You can’t perform that action at this time.
0 commit comments