Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
67c1be75
Unverified
Commit
67c1be75
authored
Dec 26, 2021
by
PGeorge Bezerra
Committed by
GitHub
Dec 26, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: fix typo on helm documentation (#4791)
ca certificate for database connection is not a path, but certificate content ***NO_CI***
parent
802dbd96
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
dev/helm/README.md
+1
-1
No files found.
dev/helm/README.md
View file @
67c1be75
...
...
@@ -120,7 +120,7 @@ The following table lists the configurable parameters of the Wiki.js chart and t
|
`postgresql.existingSecretKey`
| The postgres password key in the existing
`Secret`
|
`postgresql-password`
|
|
`postgresql.postgresqlPort`
| External postgres port |
`5432`
|
|
`postgresql.ssl`
| Enable external postgres SSL connection |
`false`
|
|
`postgresql.ca`
| Certificate of Authority
path
for postgres |
`nil`
|
|
`postgresql.ca`
| Certificate of Authority
content
for postgres |
`nil`
|
|
`postgresql.persistence.enabled`
| Enable postgres persistence using PVC |
`true`
|
|
`postgresql.persistence.existingClaim`
| Provide an existing
`PersistentVolumeClaim`
for postgres |
`nil`
|
|
`postgresql.persistence.storageClass`
| Postgres PVC Storage Class (example:
`nfs`
) |
`nil`
|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment