X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fso%2Fcomponents%2Fso-request-db-adapter%2Ftemplates%2Fdeployment.yaml;fp=kubernetes%2Fso%2Fcomponents%2Fso-request-db-adapter%2Ftemplates%2Fdeployment.yaml;h=329d45e4801217c2192f06c7533ba0b572e80928;hb=3e345368d827d7694a63a77564d5a2bdca9cd3f6;hp=f6678a416d410bb4bf5d98b4320c794366c5e1d6;hpb=148634b5a6d0d0a8abaee04f416dbae6d6814e38;p=oom.git diff --git a/kubernetes/so/components/so-request-db-adapter/templates/deployment.yaml b/kubernetes/so/components/so-request-db-adapter/templates/deployment.yaml index f6678a416d..329d45e480 100755 --- a/kubernetes/so/components/so-request-db-adapter/templates/deployment.yaml +++ b/kubernetes/so/components/so-request-db-adapter/templates/deployment.yaml @@ -66,5 +66,4 @@ spec: - name: config configMap: name: {{ include "common.fullname" . }}-app-configmap - imagePullSecrets: - - name: "{{ include "common.namespace" . }}-docker-registry-key" + {{- include "common.imagePullSecrets" . | nindent 6 }}