update default config param values

This commit is contained in:
Murat Kabilov 2017-04-19 17:45:09 +02:00
parent a7c57874d5
commit 8026c69222
2 changed files with 3 additions and 2 deletions

View File

@ -8,8 +8,9 @@ data:
cluster_name_label: version
pod_role_label: spilo-role
db_hosted_zone: db.example.com
debug_logging: "true"
dns_name_format: '%s.%s.staging.%s'
docker_image: registry.opensource.zalan.do/acid/spilo-9.6:1.2-p12
docker_image: registry.opensource.zalan.do/acid/spiloprivate-9.6:1.2-p4
etcd_host: etcd-client.default.svc.cluster.local:2379
infrastructure_roles_secret_name: postgresql-infrastructure-roles
oauth_token_secret_name: postgresql-operator

View File

@ -41,7 +41,7 @@ type Config struct {
Auth
Namespace string `name:"namespace"`
EtcdHost string `name:"etcd_host" default:"etcd-client.default.svc.cluster.local:2379"`
DockerImage string `name:"docker_image" default:"registry.opensource.zalan.do/acid/spilo-9.6:1.2-p12"`
DockerImage string `name:"docker_image" default:"registry.opensource.zalan.do/acid/spiloprivate-9.6:1.2-p4"`
ServiceAccountName string `name:"service_account_name" default:"operator"`
DbHostedZone string `name:"db_hosted_zone" default:"db.example.com"`
EtcdScope string `name:"etcd_scope" default:"service"`