File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ RUN apk add --update-cache curl bash openssl sudo && rm -rf /var/cache/apk/*
55
66# install etcdctl and confd
77RUN apk add --update-cache curl tar \
8- && curl -sSL -o /usr/local/bin/confd https://github.com/kelseyhightower/confd/releases/download/v0.10.0 /confd-0.10.0 -linux-amd64 \
8+ && curl -sSL -o /usr/local/bin/confd https://github.com/kelseyhightower/confd/releases/download/v0.12.0-alpha3 /confd-0.12.0-alpha3 -linux-amd64 \
99 && chmod +x /usr/local/bin/confd \
1010 && apk del --purge curl tar \
1111 && rm -rf /var/cache/apk/*
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ uid = 1000
55gid = 1000
66mode = " 0640"
77keys = [
8- " /deis/controller" ,
9- " /deis/platform" ,
8+ " /deis/controller"
109]
1110reload_cmd = " /app/bin/reload"
Original file line number Diff line number Diff line change 1717
1818DATABASES ['default' ]['NAME' ] = DATABASES ['default' ]['USER' ]
1919
20- {{ if exists "/deis/controller/registrationMode" }}
21- REGISTRATION_MODE = '{{ getv "/deis/controller/registrationMode" }}'
22- {{ else }}
23- REGISTRATION_MODE = 'enabled'
24- {{ end }}
20+ REGISTRATION_MODE = '{{ getv "/deis/controller/registration/mode" "enabled" }}'
2521
2622{{ if exists "/deis/controller/subdomain" }}
2723DEIS_RESERVED_NAMES = ['{{ getv "/deis/controller/subdomain" }}' ]
You can’t perform that action at this time.
0 commit comments