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
616c82c5
Commit
616c82c5
authored
6 years ago
by
Felix Kunde
Browse files
Options
Downloads
Patches
Plain Diff
updated helm section in quickstart
parent
99bbbce9
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/quickstart.md
+8
-5
8 additions, 5 deletions
docs/quickstart.md
with
8 additions
and
5 deletions
docs/quickstart.md
+
8
−
5
View file @
616c82c5
...
@@ -32,16 +32,19 @@ kubectl create -f manifests/postgres-operator.yaml # deployment
...
@@ -32,16 +32,19 @@ kubectl create -f manifests/postgres-operator.yaml # deployment
## Helm chart
## Helm chart
Another possibility is using a provided
[
Helm
](
https://helm.sh/
)
chart which
Alternatively, the operator can be installed by using the provided
[
Helm
](
https://helm.sh/
)
saves you these steps. Therefore, you would need to install the helm CLI on your
chart which saves you the manual steps. Therefore, you would need to install
machine. After initializing helm (and its server component Tiller) in your local
the helm CLI on your machine. After initializing helm (and its server
cluster you can install the operator chart.
component Tiller) in your local cluster you can install the operator chart.
You can define a release name that is prepended to the operator resource's
names. Use
`--name zalando`
to match with the default service account name
as older operator versions do not support custom names for service accounts.
```
bash
```
bash
# 1) initialize helm
# 1) initialize helm
helm init
helm init
# 2) install postgres-operator chart
# 2) install postgres-operator chart
helm
install
--name
postgres-operator
./charts/postgres-operator
helm
install
--name
zalando
./charts/postgres-operator
```
```
## Create a Postgres cluster
## Create a Postgres cluster
...
...
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