diff options
Diffstat (limited to 'kubernetes/sdnc/templates/dmaap-deployment.yaml')
-rw-r--r-- | kubernetes/sdnc/templates/dmaap-deployment.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/kubernetes/sdnc/templates/dmaap-deployment.yaml b/kubernetes/sdnc/templates/dmaap-deployment.yaml index b0f0a7b7b5..b9ba346156 100644 --- a/kubernetes/sdnc/templates/dmaap-deployment.yaml +++ b/kubernetes/sdnc/templates/dmaap-deployment.yaml @@ -47,14 +47,15 @@ spec: name: localtime readOnly: true - mountPath: /opt/onap/sdnc/data/properties/dhcpalert.properties + subPath: dhcpalert.properties name: dmaap-dhcapalert-config volumes: - name: localtime hostPath: path: /etc/localtime - name: dmaap-dhcapalert-config - hostPath: - path: /dockerdata-nfs/{{ .Values.nsPrefix }}/sdnc/dmaap/dhcpalert.properties + configMap: + name: sdnc-dmaap-configmap imagePullSecrets: - name: "{{ .Values.nsPrefix }}-docker-registry-key" -#{{ end }}
\ No newline at end of file +#{{ end }} |