Ceph: Allow multiple test pods 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: I002a8b4681d97ed6ab95af23e1938870c28f5a83 Signed-off-by: Pete Birley <pete@port.direct>
This commit is contained in:
parent
7f1ad7b03c
commit
c256cce537
@ -17,7 +17,7 @@ limitations under the License.
|
||||
{{- if .Values.manifests.helm_tests }}
|
||||
{{- $envAll := . }}
|
||||
|
||||
{{- $serviceAccountName := "ceph-osd-test" }}
|
||||
{{- $serviceAccountName := printf "%s-%s" $envAll.Release.Name "test" }}
|
||||
{{ tuple $envAll "tests" $serviceAccountName | include "helm-toolkit.snippets.kubernetes_pod_rbac_serviceaccount" }}
|
||||
---
|
||||
apiVersion: v1
|
||||
|
@ -17,7 +17,7 @@ limitations under the License.
|
||||
{{- if and .Values.manifests.helm_tests .Values.deployment.ceph }}
|
||||
{{- $envAll := . }}
|
||||
|
||||
{{- $serviceAccountName := "ceph-rgw-test" }}
|
||||
{{- $serviceAccountName := printf "%s-%s" $envAll.Release.Name "test" }}
|
||||
{{ tuple $envAll "tests" $serviceAccountName | include "helm-toolkit.snippets.kubernetes_pod_rbac_serviceaccount" }}
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1beta1
|
||||
|
Loading…
Reference in New Issue
Block a user