aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dmaap/requirements.yaml
diff options
context:
space:
mode:
authorfarida azmy <farida.azmy.ext@orange.com>2021-03-17 11:33:28 +0200
committerothman touijer <othman.touijer@soprasteria.com>2021-07-23 12:33:48 +0200
commit13388baca0e98f0f870ba77f40e2e2a944cf08d0 (patch)
tree426d6dbf2dfd1a49b34eb0fd988e9b98b617105e /kubernetes/dmaap/requirements.yaml
parentf4b8ca07e7137c93721084c550d2e4a8c6121acb (diff)
[DMAAP] Update chart with service account
Add service account to requirements.yaml, values.yaml and deployment/statefulset Issue-ID: OOM-2702 Signed-off-by: farida azmy <farida.azmy.ext@orange.com> Co-authored-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Id63ae33ce92a5192d43ff0f782487b3974fc5f41
Diffstat (limited to 'kubernetes/dmaap/requirements.yaml')
-rw-r--r--kubernetes/dmaap/requirements.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/kubernetes/dmaap/requirements.yaml b/kubernetes/dmaap/requirements.yaml
index d62273499e..268ff70467 100644
--- a/kubernetes/dmaap/requirements.yaml
+++ b/kubernetes/dmaap/requirements.yaml
@@ -33,3 +33,6 @@ dependencies:
version: ~8.x-0
repository: 'file://components/dmaap-dr-prov'
condition: dmaap-dr-prov.enabled
+ - name: serviceAccount
+ version: ~8.x-0
+ repository: '@local' \ No newline at end of file