Mark24Slides

Results 3 comments of Mark24Slides

Would be great to add custom configmap with ability to attach to deployed app

Have the same, version 5.81.0: ``` [2024-03-27 08:13:53] WARN The currently active theme "casper" has errors, but will still work. The currently active theme "casper" has errors, but will still...

Updated for v4: ``` export AWS_ACCESS_KEY_ID=${DEFAULT_S3_KEY_ID} export AWS_SECRET_ACCESS_KEY=${DEFAULT_S3_KEY_SECRET} export AWS_DEFAULT_REGION=${DEFAULT_S3_REGION} export DEFAULT_PARAMS_AWS_ENDPOINT_URL=" --endpoint-url ${DEFAULT_S3_PROTOCOL}://${DEFAULT_S3_HOST}" mkdir -p ${TEMP_PATH} export LATEST_FILE=$(aws s3 ls s3://${DEFAULT_S3_BUCKET}/${DEFAULT_S3_PATH}/ ${DEFAULT_PARAMS_AWS_ENDPOINT_URL} --recursive | grep -E ${SOURCE_FILE} | sort...