firefish/.okteto/okteto-pipeline.yml

7 lines
283 B
YAML
Raw Normal View History

2022-05-15 15:22:06 +02:00
build:
misskey:
args:
- NODE_ENV=development
deploy:
- helm upgrade --install misskey chart --set image=${OKTETO_BUILD_MISSKEY_IMAGE} --set url="https://misskey-$(kubectl config view --minify -o jsonpath='{..namespace}').cloud.okteto.net" --set environment=development