diff options
author | Huabing Zhao <zhaohuabing@gmail.com> | 2018-08-08 06:27:37 +0000 |
---|---|---|
committer | Huabing Zhao <zhaohuabing@gmail.com> | 2018-08-08 06:27:48 +0000 |
commit | 8f7cc81cea39dd84d1544563d7c1c053bc0ce19d (patch) | |
tree | a5e57526a8e71afd5aa1c7d36a6ccf5dbc3bbb92 /kubernetes/msb/charts/msb-discovery | |
parent | 69eec44c775060de6fc84220dd5a90c81c211725 (diff) |
Create Service Account for MSB
Use a none default service account for MSB, so we can have different Istio auth policy for different service
Issue-ID: MSB-272
Change-Id: I38372660ab2787f9ee0b1b50d353ff0aee4a0246
Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
Diffstat (limited to 'kubernetes/msb/charts/msb-discovery')
-rw-r--r-- | kubernetes/msb/charts/msb-discovery/templates/deployment.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/msb/charts/msb-discovery/templates/deployment.yaml b/kubernetes/msb/charts/msb-discovery/templates/deployment.yaml index 967e0e9bb7..c7337b3791 100644 --- a/kubernetes/msb/charts/msb-discovery/templates/deployment.yaml +++ b/kubernetes/msb/charts/msb-discovery/templates/deployment.yaml @@ -18,6 +18,7 @@ spec: annotations: sidecar.istio.io/inject: "{{.Values.istioSidecar}}" spec: + serviceAccountName: msb initContainers: - command: - /root/ready.py |