Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
helm-charts
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
groundhog2k
helm-charts
Commits
d4d28015
Commit
d4d28015
authored
11 months ago
by
Goeran Poehner
Browse files
Options
Downloads
Patches
Plain Diff
Updated README of postgres chart
parent
fbd6950c
No related branches found
Branches containing commit
Tags
postgres-1.4.2
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
charts/postgres/Chart.yaml
+1
-1
1 addition, 1 deletion
charts/postgres/Chart.yaml
charts/postgres/README.md
+3
-1
3 additions, 1 deletion
charts/postgres/README.md
charts/postgres/RELEASENOTES.md
+1
-0
1 addition, 0 deletions
charts/postgres/RELEASENOTES.md
with
5 additions
and
2 deletions
charts/postgres/Chart.yaml
+
1
−
1
View file @
d4d28015
...
...
@@ -12,7 +12,7 @@ keywords:
-
database
-
postgres
version
:
"
1.4.
1
"
version
:
"
1.4.
2
"
appVersion
:
"
16.2"
icon
:
https://www.postgresql.org/media/img/about/press/elephant64.png
This diff is collapsed.
Click to expand it.
charts/postgres/README.md
+
3
−
1
View file @
d4d28015
# PostgreSQL






## Changelog
...
...
@@ -125,6 +125,7 @@ The policyTypes will be automatically set
| storage.keepPvc | bool |
`false`
| Keep a created Persistent volume claim when uninstalling the helm chart (only for option
`useDeployment: true`
) |
| storage.annotations | object |
`{}`
| Additional storage annotations |
| storage.labels | object |
`{}`
| Additional storage labels |
| extraStorage | list |
`[]`
| A list of additional existing PVC that will be mounted into the container |
| extraStorage[].name | string |
`nil`
| Internal name of the volume |
| extraStorage[].pvcName | string |
`nil`
| Name of the existing PVC |
| extraStorage[].mountPath | string |
`nil`
| Mount path where the PVC should be mounted into the container |
...
...
@@ -156,6 +157,7 @@ The policyTypes will be automatically set
| extraSecrets[].name | string |
`nil`
| Name of the existing K8s secret |
| extraSecrets[].defaultMode | int |
`0440`
| Mount default access mode |
| extraSecrets[].mountPath | string |
`nil`
| Mount path where the secret should be mounted into the container (f.e. /mysecretfolder) |
| extraConfigs | list |
`[]`
| A list of additional existing configMaps that will be mounted into the container |
| extraConfigs[].name | string |
`nil`
| Name of the existing K8s configMap |
| extraConfigs[].defaultMode | int |
`0440`
| Mount default access mode |
| extraConfigs[].mountPath | string |
`nil`
| Mount path where the configMap should be mounted into the container (f.e. /myconfigfolder) |
This diff is collapsed.
Click to expand it.
charts/postgres/RELEASENOTES.md
+
1
−
0
View file @
d4d28015
...
...
@@ -54,4 +54,5 @@
| 1.3.1 | 15.6 | Fixed missing envFrom |
| 1.4.0 | 16.2 | Final version with configuration secret, extra config and extra volume support |
| 1.4.1 | 16.2 | Fixed missing envFrom |
| 1.4.2 | 16.2 | Updated README |
| | | |
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment