diff options
author | 2021-09-08 07:34:35 +0000 | |
---|---|---|
committer | 2021-09-08 07:34:35 +0000 | |
commit | e3ad46724b89d68fc8348dd051c68d03af576a97 (patch) | |
tree | 1799f65fa9f5399d7df3999e19a9c51a172bcd6d /kubernetes/consul/components/consul-server/requirements.yaml | |
parent | 69abc8725b0c862ab06526034118402315f97093 (diff) | |
parent | 1b30d537e09055e74e71b8b814ecd9eb8f0ecf16 (diff) |
Merge "[CONSUL] Update chart with service account"
Diffstat (limited to 'kubernetes/consul/components/consul-server/requirements.yaml')
-rw-r--r-- | kubernetes/consul/components/consul-server/requirements.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
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' |