Skip to content

Commit

Permalink
remove tmp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jawnsy committed Aug 18, 2023
1 parent 991e93a commit 2d114c6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions config/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,21 +71,13 @@ spec:
drop:
- ALL
terminationMessagePolicy: FallbackToLogsOnError
volumeMounts:
- mountPath: /tmp
name: scratch
subPath: tmp
securityContext:
runAsUser: 65532
runAsGroup: 65532
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
serviceAccountName: spicedb-operator
volumes:
- name: scratch
emptyDir:
sizeLimit: 512Mi
---
apiVersion: v1
kind: ServiceAccount
Expand Down

0 comments on commit 2d114c6

Please sign in to comment.