File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ if ! etcdctl --no-sync -C $ETCD ls $ETCD_PATH >/dev/null 2>&1; then
2929 etcdctl --no-sync -C $ETCD set $ETCD_PATH /protocol ${DEIS_PROTOCOL:- http} > /dev/null
3030 etcdctl --no-sync -C $ETCD set $ETCD_PATH /secretKey ${DEIS_SECRET_KEY:- `openssl rand -base64 64 | tr -d ' \n' `} > /dev/null
3131 etcdctl --no-sync -C $ETCD set $ETCD_PATH /builderKey ${DEIS_BUILDER_KEY:- `openssl rand -base64 64 | tr -d ' \n' `} > /dev/null
32- etcdctl --no-sync -C $ETCD set $ETCD_PATH /registrationEnabled True > /dev/null
32+ etcdctl --no-sync -C $ETCD set $ETCD_PATH /registrationEnabled 1 > /dev/null
3333fi
3434
3535# wait for confd to run once and install initial templates
Original file line number Diff line number Diff line change 2626DEIS_LOG_DIR = '/var/log/deis'
2727
2828{{ if .deis_controller_registrationEnabled }}
29- REGISTRATION_ENABLED = {{ .deis_controller_registrationEnabled }}
29+ REGISTRATION_ENABLED = bool ( {{ .deis_controller_registrationEnabled }})
3030{{ end }}
You can’t perform that action at this time.
0 commit comments