diff --git a/dt/dcn/edpm-post-ceph/nodeset/kustomization.yaml b/dt/dcn/edpm-post-ceph/nodeset/kustomization.yaml index 97c32a137..8374ea267 100644 --- a/dt/dcn/edpm-post-ceph/nodeset/kustomization.yaml +++ b/dt/dcn/edpm-post-ceph/nodeset/kustomization.yaml @@ -78,6 +78,17 @@ replacements: - spec.cinder.template.cinderBackup.customServiceConfig options: create: true + - source: + kind: ConfigMap + name: service-values + fieldPath: data.cinder.uniquePodNames + targets: + - select: + kind: OpenStackControlPlane + fieldPaths: + - spec.cinder.uniquePodNames + options: + create: true - source: kind: ConfigMap name: service-values diff --git a/examples/dt/dcn/service-values.yaml b/examples/dt/dcn/service-values.yaml index 692a722df..909f8d3bf 100644 --- a/examples/dt/dcn/service-values.yaml +++ b/examples/dt/dcn/service-values.yaml @@ -8,6 +8,8 @@ metadata: config.kubernetes.io/local-config: "true" data: preserveJobs: false + cinder: + uniquePodNames: false cinderAPI: replicas: 3 customServiceConfig: |