Radosgw: Enable Container name for test pods.
Change-Id: Ic54cc17dea7d1793d63f3db529d1122c71ae01e6 Signed-off-by: diwakar thyagaraj <diwakar.chitoor.thyagaraj@att.com>
This commit is contained in:
parent
38775079fb
commit
3d091fda6b
@ -25,7 +25,7 @@ metadata:
|
|||||||
{{ tuple $envAll "ceph" "rgw-test" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 4 }}
|
{{ tuple $envAll "ceph" "rgw-test" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 4 }}
|
||||||
annotations:
|
annotations:
|
||||||
"helm.sh/hook": test-success
|
"helm.sh/hook": test-success
|
||||||
{{ dict "envAll" $envAll "podName" "ceph-rgw-test" "containerNames" (list "ceph-rgw-ks-validation") | include "helm-toolkit.snippets.kubernetes_mandatory_access_control_annotation" | indent 4 }}
|
{{ dict "envAll" $envAll "podName" "ceph-rgw-test" "containerNames" (list "ceph-rgw-ks-validation" "ceph-rgw-s3-validation") | include "helm-toolkit.snippets.kubernetes_mandatory_access_control_annotation" | indent 4 }}
|
||||||
spec:
|
spec:
|
||||||
restartPolicy: Never
|
restartPolicy: Never
|
||||||
serviceAccountName: {{ $serviceAccountName }}
|
serviceAccountName: {{ $serviceAccountName }}
|
||||||
|
@ -21,6 +21,7 @@ pod:
|
|||||||
create-s3-admin: runtime/default
|
create-s3-admin: runtime/default
|
||||||
ceph-rgw-test:
|
ceph-rgw-test:
|
||||||
ceph-rgw-ks-validation: runtime/default
|
ceph-rgw-ks-validation: runtime/default
|
||||||
|
ceph-rgw-s3-validation: runtime/default
|
||||||
conf:
|
conf:
|
||||||
rgw_s3:
|
rgw_s3:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user