Skip to content

Commit

Permalink
Merge pull request openstack-k8s-operators#908 from karelyatin/OSPRH-…
Browse files Browse the repository at this point in the history
…6639

Add containerImageFields for dhcp and ovn agents
  • Loading branch information
openshift-merge-bot[bot] authored May 30, 2024
2 parents 9c7898e + 8020aab commit 2de1ba7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ spec:
secrets:
- neutron-dhcp-agent-neutron-config
caCerts: combined-ca-bundle
containerImageFields:
- EdpmNeutronDhcpAgentImage
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ spec:
- key encipherment
- client auth
caCerts: combined-ca-bundle
containerImageFields:
- EdpmNeutronOvnAgentImage
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ spec:
- neutron-sriov-agent-neutron-config
caCerts: combined-ca-bundle
containerImageFields:
- EdpmSriovAgentImage
- EdpmNeutronSriovAgentImage
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ spec:
- client auth
caCerts: combined-ca-bundle
containerImageFields:
- EdpmOvnBpgAgentImage
- EdpmOvnBgpAgentImage

0 comments on commit 2de1ba7

Please sign in to comment.