diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2021-07-22 09:35:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-07-22 09:35:50 +0000 |
commit | f4b8ca07e7137c93721084c550d2e4a8c6121acb (patch) | |
tree | 6e2f12df7682b658555d2bdac474eff7e247e229 /kubernetes/aai/components/aai-sparky-be/templates | |
parent | ab9dfa0f27ed3c115f1e628b8de380d11275b40b (diff) | |
parent | d893733af9926552824f8195a57f56998d2f8a2d (diff) |
Merge "[AAI] Update chart with service account"
Diffstat (limited to 'kubernetes/aai/components/aai-sparky-be/templates')
-rw-r--r-- | kubernetes/aai/components/aai-sparky-be/templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/aai/components/aai-sparky-be/templates/deployment.yaml b/kubernetes/aai/components/aai-sparky-be/templates/deployment.yaml index 45ff270047..7d0dfe39e2 100644 --- a/kubernetes/aai/components/aai-sparky-be/templates/deployment.yaml +++ b/kubernetes/aai/components/aai-sparky-be/templates/deployment.yaml @@ -175,7 +175,7 @@ spec: name: aai-sparky-filebeat resources: {{ include "common.resources" . }} - + serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}} volumes: {{ include "common.certInitializer.volumes" . | nindent 6 }} - name: localtime hostPath: |