Skip to content

Commit

Permalink
Merge pull request openstack-k8s-operators#937 from slagle/configs-ed…
Browse files Browse the repository at this point in the history
…pmservicetype

Mount under /var/lib/openstack/configs using EDPMServiceType
  • Loading branch information
openshift-merge-bot[bot] authored Jul 15, 2024
2 parents 9e66e0f + 2f4efe3 commit 74299b8
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 74299b8

Please sign in to comment.