File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,5 @@ LABEL org.opencontainers.image.source="https://github.com/opencloudengineer/lamb
44 description="Image for deploying an app using lambda helm chart" \
55 maintainer=
"Siddharth Tiwari <[email protected] >" 66
7- COPY auto-deploy /build/bin
7+ COPY chart assets
8+ COPY auto-deploy build/bin
Original file line number Diff line number Diff line change 33The repository can be added using the following command:
44
55``` bash
6- helm repo add opencloud https://opencloudengineer.github.io/lambda
6+ helm repo add lambda https://opencloudengineer.github.io/lambda
77```
Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ export POSTGRES_VERSION="${POSTGRES_VERSION:-"9.6.16"}"
1111export POSTGRES_CHART_VERSION=${POSTGRES_CHART_VERSION:- " 10.2.1" }
1212export ROLLOUT_RESOURCE_TYPE=${ROLLOUT_RESOURCE_TYPE:- " deployment" }
1313export ASSETS_DIR=' /assets'
14- export ASSETS_CHART_DIR=" ${ASSETS_DIR} /auto-deploy-app"
14+ export CHART=' lambda'
15+ export ASSETS_CHART_DIR=" ${ASSETS_DIR} /${CHART} "
1516
1617function check_kube_domain() {
1718 if [[ -z " $KUBE_INGRESS_BASE_DOMAIN " ]]; then
You can’t perform that action at this time.
0 commit comments