5d50433362
1) Changed the pod name and container name to pick name dynamically for osd,mon,mgr and mds. 2) Added Init container for ceph-provisioners. Change-Id: I3e27d51c055010cff982ddb0951d01ea8adac234 Signed-off-by: diwakar thyagaraj <diwakar.chitoor.thyagaraj@att.com>
18 lines
484 B
YAML
18 lines
484 B
YAML
---
|
|
pod:
|
|
mandatory_access_control:
|
|
type: apparmor
|
|
ceph-cephfs-provisioner:
|
|
ceph-cephfs-provisioner: runtime/default
|
|
init: runtime/default
|
|
ceph-cephfs-client-key-generator:
|
|
ceph-storage-keys-generator: runtime/default
|
|
init: runtime/default
|
|
ceph-rbd-provisioner:
|
|
ceph-rbd-provisioner: runtime/default
|
|
init: runtime/default
|
|
ceph-provisioner-test:
|
|
init: runtime/default
|
|
ceph-provisioner-helm-test: runtime/default
|
|
...
|