diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-09-08 07:34:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-09-08 07:34:35 +0000 |
commit | e3ad46724b89d68fc8348dd051c68d03af576a97 (patch) | |
tree | 1799f65fa9f5399d7df3999e19a9c51a172bcd6d /kubernetes/consul/templates/deployment.yaml | |
parent | 69abc8725b0c862ab06526034118402315f97093 (diff) | |
parent | 1b30d537e09055e74e71b8b814ecd9eb8f0ecf16 (diff) |
Merge "[CONSUL] Update chart with service account"
Diffstat (limited to 'kubernetes/consul/templates/deployment.yaml')
-rw-r--r-- | kubernetes/consul/templates/deployment.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/consul/templates/deployment.yaml b/kubernetes/consul/templates/deployment.yaml index 31546abd49..c5d12a4693 100644 --- a/kubernetes/consul/templates/deployment.yaml +++ b/kubernetes/consul/templates/deployment.yaml @@ -83,6 +83,7 @@ spec: - mountPath: /consul/certs name: consul-agent-certs-config resources: {{ include "common.resources" . | nindent 10 }} + serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}} volumes: - name: consul-agent-config-dir emptyDir: {} |