diff --git a/bundle/manifests/susql-operator.clusterserviceversion.yaml b/bundle/manifests/susql-operator.clusterserviceversion.yaml index d467e0e..3a4d9de 100644 --- a/bundle/manifests/susql-operator.clusterserviceversion.yaml +++ b/bundle/manifests/susql-operator.clusterserviceversion.yaml @@ -28,7 +28,7 @@ metadata: capabilities: Basic Install categories: Monitoring containerImage: quay.io/sustainable_computing_io/susql_operator:0.0.30 - createdAt: "2024-09-12T05:06:08Z" + createdAt: "2024-09-12T07:28:28Z" description: 'Aggregates energy and CO2 emission data for pods tagged with SusQL labels ' operators.operatorframework.io/builder: operator-sdk-v1.36.1 diff --git a/config/default/manager_config_patch.yaml b/config/default/manager_config_patch.yaml index d872582..550ee39 100644 --- a/config/default/manager_config_patch.yaml +++ b/config/default/manager_config_patch.yaml @@ -13,7 +13,6 @@ spec: runAsUser: 11001 runAsGroup: 11001 allowPrivilegeEscalation: false - readOnlyRootFilesystem: true runAsNonRoot: true capabilities: drop: diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index 42ccee8..67a81de 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -59,7 +59,6 @@ spec: runAsNonRoot: true runAsUser: 11001 runAsGroup: 11001 - readOnlyRootFilesystem: true # TODO(user): For common cases that do not require escalating privileges # it is recommended to ensure that all your Pods/Containers are restrictive. # More info: https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted @@ -169,7 +168,6 @@ spec: runAsUser: 12001 runAsGroup: 12001 allowPrivilegeEscalation: false - readOnlyRootFilesystem: true capabilities: drop: - "ALL"