diff --git a/dt/dcn/edpm-post-ceph/nodeset/kustomization.yaml b/dt/dcn/edpm-post-ceph/nodeset/kustomization.yaml index d83184b7b..cde3eec08 100644 --- a/dt/dcn/edpm-post-ceph/nodeset/kustomization.yaml +++ b/dt/dcn/edpm-post-ceph/nodeset/kustomization.yaml @@ -112,17 +112,6 @@ 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 2e9aa527f..c514d5b67 100644 --- a/examples/dt/dcn/service-values.yaml +++ b/examples/dt/dcn/service-values.yaml @@ -12,7 +12,6 @@ data: customServiceConfig: | [DEFAULT] storage_availability_zone = az0 - uniquePodNames: false cinderAPI: replicas: 3 cinderBackup: @@ -353,10 +352,8 @@ data: extraVolType: Ceph volumes: - name: ceph - projected: - sources: - - secret: - name: ceph-conf-files + secret: + secretName: ceph-conf-files mounts: - name: ceph mountPath: /etc/ceph