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
e3f7fac4
Commit
e3f7fac4
authored
Apr 24, 2018
by
Sergey Dudoladov
Browse files
Options
Downloads
Patches
Plain Diff
Comment on the default value for pod service account name
parent
3d0ab40d
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
pkg/util/config/config.go
+1
-1
1 addition, 1 deletion
pkg/util/config/config.go
with
1 addition
and
1 deletion
pkg/util/config/config.go
+
1
−
1
View file @
e3f7fac4
...
...
@@ -71,7 +71,7 @@ type Config struct {
WatchedNamespace
string
`name:"watched_namespace"`
// special values: "*" means 'watch all namespaces', the empty string "" means 'watch a namespace where operator is deployed to'
EtcdHost
string
`name:"etcd_host" default:"etcd-client.default.svc.cluster.local:2379"`
DockerImage
string
`name:"docker_image" default:"registry.opensource.zalan.do/acid/spiloprivate-9.6:1.2-p4"`
//
re-use one account for both Spilo pods and the operator; this grants extra privileges to pods
//
default name `operator` enables backward compatibility with the older ServiceAccountName field
PodServiceAccountName
string
`name:"pod_service_account_name" default:"operator"`
PodServiceAccountDefinition
string
`name:"pod_service_account_definition" default:"apiVersion: v1\nkind: ServiceAccount\nmetadata:\n name: operator\n"`
DbHostedZone
string
`name:"db_hosted_zone" default:"db.example.com"`
...
...
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
sign in
to comment