Skip to content

Commit

Permalink
Merge pull request #39 from leeeboo/patch-1
Browse files Browse the repository at this point in the history
Fix a spelling mistake
  • Loading branch information
hyunysmile authored Oct 13, 2020
2 parents 8b4367d + b353a16 commit 4a35925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/creatingdatabases.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ kind: "Database"
metadata:
name: "example-db"
spec:
secretName: example-db-credentials # DB Operator will create secret with this name. it contains db namem user, password
secretName: example-db-credentials # DB Operator will create secret with this name. it contains db name, user, password
instance: example-gsql # This has to be match with DbInstance name
deletionProtected: false # Protection to not delete database when custom resource is deleted
backup:
Expand Down Expand Up @@ -202,4 +202,4 @@ When monitoring is enabled on DbInstance spec, `pg_stat_statements` extension wi
If below error occurs during database creation, the module must be loaded by adding pg_stat_statements to shared_preload_libraries in postgresql.conf on the server side.
```
ERROR: pg_stat_statements must be loaded via shared_preload_libraries
```
```

0 comments on commit 4a35925

Please sign in to comment.