This commit is contained in:
@@ -47,4 +47,4 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- printf "$KUBE_CONFIG_CONTENT" > /tmp/kubeconfig
|
- printf "$KUBE_CONFIG_CONTENT" > /tmp/kubeconfig
|
||||||
- export KUBECONFIG=/tmp/kubeconfig
|
- export KUBECONFIG=/tmp/kubeconfig
|
||||||
- cat deployment/install-yml.tmpl | sed "s,%IMAGE%,$IMAGE,g" | kubectl apply -n $NAMESPACE -f -
|
- cat deployment/install-yml.tmpl | sed "s,%IMAGE%,$IMAGE,g" # | kubectl apply -n $NAMESPACE -f -
|
||||||
|
|||||||
@@ -10,8 +10,6 @@ ENV CFG_FILE ""
|
|||||||
|
|
||||||
WORKDIR ${APP_DIR}
|
WORKDIR ${APP_DIR}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
COPY ./src/pv_controller/requirements.txt requirements.txt
|
COPY ./src/pv_controller/requirements.txt requirements.txt
|
||||||
COPY ./src/pv_controller/*.py ${APP_DIR}/
|
COPY ./src/pv_controller/*.py ${APP_DIR}/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user