Skip to content

Commit

Permalink
update mongodb init script (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
deleteLater authored Nov 14, 2023
1 parent de5a447 commit 0980156
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions charts/featbit/templates/mongodb-init-scripts-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ data:
email: "[email protected]",
password: "AQAAAAEAACcQAAAAELDHEjCrDQrmnAXU5C//mOLvUBJ7lnVFEMMFxNMDIIrF7xK8JDQKUifU3HH4gexNAQ==",
name: "tester",
origin: "Local",
createAt: new Date(),
updatedAt: new Date()
}
Expand Down Expand Up @@ -108,10 +109,10 @@ data:
statements: [
{
_id: getUUIDString(),
resourceType: "account",
resourceType: "organization",
effect: "allow",
actions: ["UpdateOrgName"],
resources: ["account/*"]
resources: ["organization/*"]
},
{
_id: getUUIDString(),
Expand Down

0 comments on commit 0980156

Please sign in to comment.