File tree Expand file tree Collapse file tree
rootfs/etc/confd/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -118,9 +118,11 @@ sed -i -- "s#tar-url#$TAR_URL#g" /etc/${SLUG_NAME}.yaml
118118
119119ACCESS_KEY=` cat /var/run/secrets/object/store/access-key-id`
120120ACCESS_SECRET=` cat /var/run/secrets/object/store/access-secret-key`
121- # copy the self signed cert into the CA directory for alpine
122- CERT_FILE=" /var/run/secrets/object/ssl/access-cert"
123- cp $CERT_FILE /etc/ssl/certs/deis-minio-self-signed-cert.crt
121+ # copy the self signed cert into the CA directory for alpine.
122+ # note: we're not running minio with SSL at all right now, so no need for this.
123+ # future SSL rollouts for in-cluster storage may not need it either if we set up an intermediate CA
124+ # CERT_FILE="/var/run/secrets/object/ssl/access-cert"
125+ # cp $CERT_FILE /etc/ssl/certs/deis-minio-self-signed-cert.crt
124126mkdir -p /var/minio-conf
125127CONFIG_DIR=/var/minio-conf
126128MC_PREFIX=" mc -C $CONFIG_DIR --quiet"
You can’t perform that action at this time.
0 commit comments