7 lines
295 B
YAML
7 lines
295 B
YAML
build:
|
|
cherrypick:
|
|
args:
|
|
- NODE_ENV=development
|
|
deploy:
|
|
- helm upgrade --install cherrypick chart --set image=${OKTETO_BUILD_CHERRYPICK_IMAGE} --set url="https://cherrypick-$(kubectl config view --minify -o jsonpath='{..namespace}').cloud.okteto.net" --set environment=development
|