diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2021-10-28 18:52:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-10-28 18:52:32 +0000 |
commit | 75fe04aa71ef492f6589f7eac75c8fa24adbe552 (patch) | |
tree | 756c6225ac9847b3f085f3e7996ba0c50b2d1d77 /kubernetes/oof/templates | |
parent | f1da553ff682eccf9c12344776f40d7185849b21 (diff) | |
parent | b3e25cae77bbb1d125d1ed405d6cde28a58b855b (diff) |
Merge "[OOF] Update chart with service account"
Diffstat (limited to 'kubernetes/oof/templates')
-rw-r--r-- | kubernetes/oof/templates/deployment.yaml | 2 |
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 |