Skip to content

Commit

Permalink
Add missing sa (#292)
Browse files Browse the repository at this point in the history
* add missing service account
  • Loading branch information
nammn authored Jun 28, 2024
1 parent 0529e26 commit 6f662db
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mongodb-enterprise-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,13 @@ subjects:
name: mongodb-enterprise-appdb
namespace: mongodb
---
# Source: enterprise-operator/templates/operator-sa.yaml
apiVersion: v1
kind: ServiceAccount
metadata:
name: mongodb-enterprise-operator
namespace: mongodb
---
# Source: enterprise-operator/templates/operator.yaml
apiVersion: apps/v1
kind: Deployment
Expand Down

0 comments on commit 6f662db

Please sign in to comment.