summaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaemod/components/dcaemod-onboarding-api/templates
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-09-21 06:14:30 +0000
committerGerrit Code Review <gerrit@onap.org>2021-09-21 06:14:30 +0000
commit3097ca89ffaafda3147cd3328d8ede99d12e25c9 (patch)
tree6dc47b6c261da5682d575f52ed850712baba0713 /kubernetes/dcaemod/components/dcaemod-onboarding-api/templates
parente898ffbf4afccbcde888cd80709714c10377ddb5 (diff)
parent5093301c1d25daaa2e9a42fd7d1ed09c06693208 (diff)
Merge "[DCAEMOD] Update chart with service account"
Diffstat (limited to 'kubernetes/dcaemod/components/dcaemod-onboarding-api/templates')
-rw-r--r--kubernetes/dcaemod/components/dcaemod-onboarding-api/templates/deployment.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/dcaemod/components/dcaemod-onboarding-api/templates/deployment.yaml b/kubernetes/dcaemod/components/dcaemod-onboarding-api/templates/deployment.yaml
index b795f6b736..5c7d1b6d0d 100644
--- a/kubernetes/dcaemod/components/dcaemod-onboarding-api/templates/deployment.yaml
+++ b/kubernetes/dcaemod/components/dcaemod-onboarding-api/templates/deployment.yaml
@@ -78,5 +78,6 @@ spec:
value: "5432"
- name: PG_DB_NAME
value: dcae_onboarding_db
+ serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}}
imagePullSecrets:
- name: "{{ include "common.namespace" . }}-docker-registry-key"