Skip to content

Commit 6f662db

Browse files
authored
Add missing sa (#292)
* add missing service account
1 parent 0529e26 commit 6f662db

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

mongodb-enterprise-openshift.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,13 @@ subjects:
182182
name: mongodb-enterprise-appdb
183183
namespace: mongodb
184184
---
185+
# Source: enterprise-operator/templates/operator-sa.yaml
186+
apiVersion: v1
187+
kind: ServiceAccount
188+
metadata:
189+
name: mongodb-enterprise-operator
190+
namespace: mongodb
191+
---
185192
# Source: enterprise-operator/templates/operator.yaml
186193
apiVersion: apps/v1
187194
kind: Deployment

0 commit comments

Comments
 (0)