Skip to content
Snippets Groups Projects
Commit e3f7fac4 authored by Sergey Dudoladov's avatar Sergey Dudoladov
Browse files

Comment on the default value for pod service account name

parent 3d0ab40d
Branches
Tags
No related merge requests found
......@@ -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"`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment