diff options
author | farida azmy <farida.azmy.ext@orange.com> | 2021-10-27 15:56:35 +0200 |
---|---|---|
committer | farida azmy <farida.azmy.ext@orange.com> | 2021-10-27 15:56:35 +0200 |
commit | b3e25cae77bbb1d125d1ed405d6cde28a58b855b (patch) | |
tree | cca1107e11b12c0142c0e21957e21873a80522aa /kubernetes/oof/templates | |
parent | 2c2be1eea53e97cc1972c0b89571baff92e59484 (diff) |
[OOF] Update chart with service account
Add service account to requirements, values and deployment/statefulset
Issue-ID: OOM-2872
Signed-off-by: farida azmy <farida.azmy.ext@orange.com>
Change-Id: Id55593ca2103c962ad95925ae418cf143906ef50
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 |