Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
postgres-operator
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
zalando
postgres-operator
Commits
aba8a8e0
Commit
aba8a8e0
authored
4 years ago
by
Felix Kunde
Browse files
Options
Downloads
Patches
Plain Diff
reflect change in docs
parent
4d0eb097
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/developer.md
+4
-5
4 additions, 5 deletions
docs/developer.md
docs/quickstart.md
+0
-6
0 additions, 6 deletions
docs/quickstart.md
with
4 additions
and
11 deletions
docs/developer.md
+
4
−
5
View file @
aba8a8e0
...
...
@@ -314,13 +314,12 @@ Please, reflect your changes in tests, for example in:
For the CRD-based configuration, please update the following files:
*
the default
[
OperatorConfiguration
](
../manifests/postgresql-operator-default-configuration.yaml
)
*
the Helm chart's
[
values-crd file
](
../charts/postgres-operator/values.yaml
)
*
the CRD's
[
validation
](
../manifests/operatorconfiguration.crd.yaml
)
*
the CRD's validation in the
[
helm chart
](
../charts/postgres-operator/crds/operatorconfigurations.yaml
)
Reflect the changes in the ConfigMap configuration as well (note that numeric
and boolean parameters have to use double quotes here):
*
[
ConfigMap
](
../manifests/configmap.yaml
)
manifest
*
the Helm chart's default
[
values file
](
../charts/postgres-operator/values.yaml
)
Add new options also to the Helm chart's
[
values file
](
../charts/postgres-operator/values.yaml
)
file.
It follows the OperatorConfiguration CRD layout. Nested values will be flattened for the ConfigMap.
Last but no least, update the
[
ConfigMap
](
../manifests/configmap.yaml
)
manifest example as well.
### Updating documentation
...
...
This diff is collapsed.
Click to expand it.
docs/quickstart.md
+
0
−
6
View file @
aba8a8e0
...
...
@@ -81,12 +81,6 @@ the repo root. With Helm v3 installed you should be able to run:
helm
install
postgres-operator ./charts/postgres-operator
```
To use CRD-based configuration you need to specify the
[
values-crd yaml file
](
../charts/postgres-operator/values-crd.yaml
)
.
```
bash
helm
install
postgres-operator ./charts/postgres-operator
-f
./charts/postgres-operator/values-crd.yaml
```
The chart works with both Helm 2 and Helm 3. The
`crd-install`
hook from v2 will
be skipped with warning when using v3. Documentation for installing applications
with Helm 2 can be found in the
[
v2 docs
](
https://v2.helm.sh/docs/
)
.
...
...
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