prod deployment
This commit is contained in:
10
deploy/k8s/prod/patch-gateway-rbac-subject.yaml
Normal file
10
deploy/k8s/prod/patch-gateway-rbac-subject.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
# Fix gateway ServiceAccount namespace in RoleBinding subject (base uses 'default', prod uses 'ai')
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: RoleBinding
|
||||
metadata:
|
||||
name: gateway-sandbox-creator
|
||||
namespace: sandbox
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: gateway
|
||||
namespace: ai
|
||||
Reference in New Issue
Block a user