Ceph: Allow multiple test pods for ceph-client to be present in clusters
This ps allows multiple ceph test pods to be present in cluster with more than one ceph deployment. Change-Id: Ib8be8fc58e3a374dfcf6845988668433cf43655a Signed-off-by: Pete Birley <pete@port.direct>
This commit is contained in:
parent
c256cce537
commit
5695a15f93
@ -16,7 +16,7 @@ limitations under the License.
|
||||
|
||||
{{- if .Values.manifests.pod_test }}
|
||||
{{- $envAll := . }}
|
||||
{{- $serviceAccountName := "ceph-client-test" }}
|
||||
{{- $serviceAccountName := printf "%s-%s" $envAll.Release.Name "test" }}
|
||||
{{ tuple $envAll "tests" $serviceAccountName | include "helm-toolkit.snippets.kubernetes_pod_rbac_serviceaccount" }}
|
||||
---
|
||||
apiVersion: v1
|
||||
|
Loading…
Reference in New Issue
Block a user