mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 07:35:57 +09:00
7 lines
283 B
YAML
7 lines
283 B
YAML
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
|