X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fdcaemod%2Fcomponents%2Fdcaemod-runtime-api%2Ftemplates%2Fdeployment.yaml;fp=kubernetes%2Fdcaemod%2Fcomponents%2Fdcaemod-runtime-api%2Ftemplates%2Fdeployment.yaml;h=d5c37e98585a43cc7ee23e128791b54d96919ec0;hb=5093301c1d25daaa2e9a42fd7d1ed09c06693208;hp=42f596db1e27f01fae30832a42c01d7ca9582a9e;hpb=d362d9f64521d4585f779ff450f547da1ac00adb;p=oom.git diff --git a/kubernetes/dcaemod/components/dcaemod-runtime-api/templates/deployment.yaml b/kubernetes/dcaemod/components/dcaemod-runtime-api/templates/deployment.yaml index 42f596db1e..d5c37e9858 100644 --- a/kubernetes/dcaemod/components/dcaemod-runtime-api/templates/deployment.yaml +++ b/kubernetes/dcaemod/components/dcaemod-runtime-api/templates/deployment.yaml @@ -71,6 +71,7 @@ spec: value: {{ .Values.config.bpResourcesCpuLimit }} - name: BP_RESOURCES_MEMORY_LIMIT value: {{ .Values.config.bpResourcesMemoryLimit }} + serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}} imagePullSecrets: - name: "{{ include "common.namespace" . }}-docker-registry-key"