From 2d114c651e9725a99e6c77370bf1a8463b1e9e6a Mon Sep 17 00:00:00 2001 From: Jonathan Yu Date: Fri, 18 Aug 2023 14:12:26 -0700 Subject: [PATCH] remove tmp dir --- config/operator.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/config/operator.yaml b/config/operator.yaml index 502153a1..65ea4c44 100644 --- a/config/operator.yaml +++ b/config/operator.yaml @@ -71,10 +71,6 @@ spec: drop: - ALL terminationMessagePolicy: FallbackToLogsOnError - volumeMounts: - - mountPath: /tmp - name: scratch - subPath: tmp securityContext: runAsUser: 65532 runAsGroup: 65532 @@ -82,10 +78,6 @@ spec: seccompProfile: type: RuntimeDefault serviceAccountName: spicedb-operator - volumes: - - name: scratch - emptyDir: - sizeLimit: 512Mi --- apiVersion: v1 kind: ServiceAccount