summaryrefslogtreecommitdiffstats
path: root/kubernetes/oof/templates/deployment.yaml
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2021-10-28 18:52:32 +0000
committerGerrit Code Review <gerrit@onap.org>2021-10-28 18:52:32 +0000
commit75fe04aa71ef492f6589f7eac75c8fa24adbe552 (patch)
tree756c6225ac9847b3f085f3e7996ba0c50b2d1d77 /kubernetes/oof/templates/deployment.yaml
parentf1da553ff682eccf9c12344776f40d7185849b21 (diff)
parentb3e25cae77bbb1d125d1ed405d6cde28a58b855b (diff)
Merge "[OOF] Update chart with service account"
Diffstat (limited to 'kubernetes/oof/templates/deployment.yaml')
-rw-r--r--kubernetes/oof/templates/deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/oof/templates/deployment.yaml b/kubernetes/oof/templates/deployment.yaml
index 6f1022ba63..58ff39e1e5 100644
--- a/kubernetes/oof/templates/deployment.yaml
+++ b/kubernetes/oof/templates/deployment.yaml
@@ -133,7 +133,7 @@ spec:
affinity:
{{ toYaml .Values.affinity | indent 10 }}
{{- end }}
-
+ serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}}
volumes:
{{ include "common.certInitializer.volumes" . | nindent 8 }}
- name: localtime