diff --git a/manifests/kustomize/third-party/openshift/standalone/anyuid-scc.yaml b/manifests/kustomize/third-party/openshift/standalone/anyuid-scc.yaml index 3d0b755373a..0bdf5a98f89 100644 --- a/manifests/kustomize/third-party/openshift/standalone/anyuid-scc.yaml +++ b/manifests/kustomize/third-party/openshift/standalone/anyuid-scc.yaml @@ -34,8 +34,8 @@ users: #Minio accesses files owned by root - system:serviceaccount:kubeflow:minio #Katib injects container into pods which does not run as non-root user, trying to find Dockerfile for that image and fix it -#- system:serviceaccount:kubeflow:default - system:serviceaccount:kubeflow:default +- system:serviceaccount:kubeflow:pipeline-runner - system:serviceaccount:kubeflow:kubeflow-pipelines-cache - system:serviceaccount:kubeflow:kubeflow-pipelines-cache-deployer-sa - system:serviceaccount:kubeflow:metadata-grpc-server diff --git a/manifests/kustomize/third-party/openshift/standalone/privileged-scc.yaml b/manifests/kustomize/third-party/openshift/standalone/privileged-scc.yaml index 99fadc4750e..abda371808b 100644 --- a/manifests/kustomize/third-party/openshift/standalone/privileged-scc.yaml +++ b/manifests/kustomize/third-party/openshift/standalone/privileged-scc.yaml @@ -34,8 +34,8 @@ users: #Minio accesses files owned by root - system:serviceaccount:kubeflow:minio #Katib injects container into pods which does not run as non-root user, trying to find Dockerfile for that image and fix it -#- system:serviceaccount:kubeflow:default - system:serviceaccount:kubeflow:default +- system:serviceaccount:kubeflow:pipeline-runner - system:serviceaccount:kubeflow:kubeflow-pipelines-cache - system:serviceaccount:kubeflow:kubeflow-pipelines-cache-deployer-sa - system:serviceaccount:kubeflow:metadata-grpc-server