From 1b30d537e09055e74e71b8b814ecd9eb8f0ecf16 Mon Sep 17 00:00:00 2001 From: farida azmy Date: Sun, 11 Apr 2021 10:41:28 +0200 Subject: [CONSUL] Update chart with service account Add service account to requirements, values and deployment/statefulset Issue-ID: OOM-2725 Signed-off-by: farida azmy Change-Id: Ib3c768d074f5cf64e2f213fd31ee4b8517a21c09 Signed-off-by: Abdelmuhaimen Seaudi --- kubernetes/consul/components/consul-server/requirements.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'kubernetes/consul/components/consul-server/requirements.yaml') diff --git a/kubernetes/consul/components/consul-server/requirements.yaml b/kubernetes/consul/components/consul-server/requirements.yaml index 7afdbc936e..e43236def8 100644 --- a/kubernetes/consul/components/consul-server/requirements.yaml +++ b/kubernetes/consul/components/consul-server/requirements.yaml @@ -20,3 +20,9 @@ dependencies: # a part of this chart's package and will not # be published independently to a repo (at this point) repository: '@local' + - name: serviceAccount + version: ~8.x-0 + repository: '@local' + - name: repositoryGenerator + version: ~8.x-0 + repository: '@local' -- cgit 1.2.3-korg