diff options
author | 2024-04-15 11:30:46 +0100 | |
---|---|---|
committer | 2024-04-15 11:30:46 +0100 | |
commit | 052e88c18146e44c532958870079626d165e223d (patch) | |
tree | e6cd857b6c3abc84dc27b5d04314fb8f240c658b | |
parent | Raise error if attachment pathname contains invalid bytes (#209) (diff) |
Update deployment namespace
-rw-r--r-- | deployment.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment.yaml b/deployment.yaml index cad8037..7351570 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -2,6 +2,7 @@ apiVersion: apps/v1 kind: Deployment metadata: name: snekbox + namespace: snekbox spec: replicas: 1 selector: |