Skip to content

Commit

Permalink
parameterize dao:type. Defaults to etcd (openshift#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrodri authored Mar 6, 2018
1 parent ece3319 commit ebb078a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/deploy-ansible-service-broker.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ objects:
white_list:
- ".*-apb$"
dao:
type: "${DAO_TYPE}"
etcd_host: asb-etcd.${NAMESPACE}.svc
etcd_port: 2379
etcd_ca_file: ${BROKER_ETCD_TRUSTED_CA}
Expand Down Expand Up @@ -843,6 +844,11 @@ parameters:
name: ENABLE_BASIC_AUTH
value: "false"

- description: Will enable CRD use. Valid values crd | etcd | ""
displayname: Enable CRD backend storage, will not use etcd.
name: DAO_TYPE
value: "etcd"

############################################################
# NOTE: These values MUST be base64 encoded.
# http://red.ht/2wbrCYo states "The value associated with
Expand Down

0 comments on commit ebb078a

Please sign in to comment.