diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index 1c6b79f7..d4f9ea8d 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -71,6 +71,7 @@ spec: capabilities: drop: - "ALL" + readOnlyRootFilesystem: true livenessProbe: httpGet: path: /healthz @@ -92,7 +93,11 @@ spec: requests: cpu: 10m memory: 64Mi - volumeMounts: [] - volumes: [] + volumeMounts: + - mountPath: /tmp + name: tmp + volumes: + - emptyDir: {} + name: tmp serviceAccountName: controller-manager terminationGracePeriodSeconds: 10