Skip to content

Commit

Permalink
Merge pull request #942 from openshift-cherrypick-robot/cherry-pick-9…
Browse files Browse the repository at this point in the history
…37-to-18.0.0-proposed

[18.0.0-proposed] Mount under /var/lib/openstack/configs using EDPMServiceType
  • Loading branch information
openshift-merge-bot[bot] authored Jul 16, 2024
2 parents 8e5d909 + 3112895 commit 41e658e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/dataplane/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ func (d *Deployer) addCertMounts(
func (d *Deployer) addServiceExtraMounts(
service dataplanev1.OpenStackDataPlaneService,
) (*dataplanev1.AnsibleEESpec, error) {
baseMountPath := path.Join(ConfigPaths, service.Name)
baseMountPath := path.Join(ConfigPaths, service.Spec.EDPMServiceType)

var configMaps []*corev1.ConfigMap
var secrets []*corev1.Secret
Expand Down

0 comments on commit 41e658e

Please sign in to comment.