aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/policy/components/policy-api/templates/deployment.yaml
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2021-07-22 09:38:12 +0000
committerGerrit Code Review <gerrit@onap.org>2021-07-22 09:38:12 +0000
commit336eeecd5bef17f2252ca9c5f73e4c3e82d08c14 (patch)
tree7441fbfc34dbde038f76ada9fbddf1459863e92d /kubernetes/policy/components/policy-api/templates/deployment.yaml
parentf4b8ca07e7137c93721084c550d2e4a8c6121acb (diff)
parentc117837c568716c43c5adf26a2fe3ceb88f915c9 (diff)
Merge "[POLICY] Update chart with service account"
Diffstat (limited to 'kubernetes/policy/components/policy-api/templates/deployment.yaml')
-rwxr-xr-xkubernetes/policy/components/policy-api/templates/deployment.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/policy/components/policy-api/templates/deployment.yaml b/kubernetes/policy/components/policy-api/templates/deployment.yaml
index 899e74e674..de0558e4cd 100755
--- a/kubernetes/policy/components/policy-api/templates/deployment.yaml
+++ b/kubernetes/policy/components/policy-api/templates/deployment.yaml
@@ -107,6 +107,7 @@ spec:
affinity:
{{ toYaml .Values.affinity | indent 10 }}
{{- end }}
+ serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}}
volumes:
{{ include "common.certInitializer.volumes" . | indent 8 }}
- name: localtime