diff --git a/ceph-rgw/templates/pod-helm-tests.yaml b/ceph-rgw/templates/pod-helm-tests.yaml index 0508c8141..a973694b8 100644 --- a/ceph-rgw/templates/pod-helm-tests.yaml +++ b/ceph-rgw/templates/pod-helm-tests.yaml @@ -25,7 +25,7 @@ metadata: {{ tuple $envAll "ceph" "rgw-test" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 4 }} annotations: "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: restartPolicy: Never serviceAccountName: {{ $serviceAccountName }} diff --git a/ceph-rgw/values_overrides/apparmor.yaml b/ceph-rgw/values_overrides/apparmor.yaml index c7adf8429..64f34de04 100644 --- a/ceph-rgw/values_overrides/apparmor.yaml +++ b/ceph-rgw/values_overrides/apparmor.yaml @@ -21,6 +21,7 @@ pod: create-s3-admin: runtime/default ceph-rgw-test: ceph-rgw-ks-validation: runtime/default + ceph-rgw-s3-validation: runtime/default conf: rgw_s3: enabled: true