mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 13:43:09 +02: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
|