prod deployment
This commit is contained in:
@@ -90,5 +90,5 @@ See `deploy/k8s/base/agent-deployment-example.yaml` for a complete example of ho
|
||||
1. **Self-delete only**: The sidecar can only delete the deployment it's part of (enforced by label matching in admission policy)
|
||||
2. **Non-privileged**: Runs as non-root user (UID 1000)
|
||||
3. **Minimal permissions**: Only has `get` and `delete` on deployments/PVCs in the sandboxes namespace
|
||||
4. **No cross-namespace access**: Scoped to `dexorder-sandboxes` namespace only
|
||||
4. **No cross-namespace access**: Scoped to `sandbox` namespace only
|
||||
5. **Crash-safe**: Only triggers cleanup on exit code 42, never on crashes
|
||||
|
||||
Reference in New Issue
Block a user