Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Arnob kumar saha <arnob@appscode.com>
  • Loading branch information
ArnobKumarSaha authored and tamalsaha committed Oct 12, 2022
1 parent 7fe86d1 commit 1680e48
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/guides/mongodb/concepts/mongodbdatabase.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ spec:
namespace: "demo"
defaultTTL: "10m"
maxTTL: "200h"
init:
init:
initialized: false
snapshot:
repository:
name: repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ spec:
defaultTTL: "5m"
maxTTL: "200h"
init:
initialized: false
script:
scriptPath: "/etc/config"
configMap:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ spec:
defaultTTL: "5m"
maxTTL: "200h"
init:
initialized: false
script:
scriptPath: "/etc/config"
configMap:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ metadata:
spec:
allowedSchemas:
namespaces:
from: demo
from: All
version: "4.4.6"
replicaSet:
name: "replicaset"
Expand Down Expand Up @@ -258,6 +258,7 @@ spec:
defaultTTL: "5m"
maxTTL: "200h"
init:
initialized: false
snapshot:
repository:
name: repo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
allowedSchemas:
namespaces:
from: demo
from: All
version: "4.4.6"
replicaSet:
name: "replicaset"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ spec:
defaultTTL: "5m"
maxTTL: "200h"
init:
initialized: false
snapshot:
repository:
name: repo
Expand Down

0 comments on commit 1680e48

Please sign in to comment.