aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/msb/components/msb-consul/templates
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2021-10-28 18:13:41 +0000
committerGerrit Code Review <gerrit@onap.org>2021-10-28 18:13:41 +0000
commit2ec512941460634a5f1c55d715c28be0d0d6a192 (patch)
tree5a762e600884f1b0b4969d180049ee0b3d4b58d6 /kubernetes/msb/components/msb-consul/templates
parent430faf88e7bd8cd6331083e562c7018cc130d1be (diff)
parenta4478e8a3cbed645ef4a92c6157935bb2261963c (diff)
Merge "[MSB] Update chart with service account"
Diffstat (limited to 'kubernetes/msb/components/msb-consul/templates')
-rw-r--r--kubernetes/msb/components/msb-consul/templates/deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/msb/components/msb-consul/templates/deployment.yaml b/kubernetes/msb/components/msb-consul/templates/deployment.yaml
index 97dd1781f2..d03829d89d 100644
--- a/kubernetes/msb/components/msb-consul/templates/deployment.yaml
+++ b/kubernetes/msb/components/msb-consul/templates/deployment.yaml
@@ -36,7 +36,6 @@ spec:
annotations:
sidecar.istio.io/inject: "{{.Values.istioSidecar}}"
spec:
- serviceAccountName: msb
containers:
- name: {{ include "common.name" . }}
image: {{ include "repositoryGenerator.dockerHubRepository" . }}/{{ .Values.image }}
@@ -85,6 +84,7 @@ spec:
affinity:
{{ toYaml .Values.affinity | indent 10 }}
{{- end }}
+ serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}}
volumes:
- name: localtime
hostPath: