sharkey/.okteto/okteto-pipeline.yml
2024-10-19 13:42:16 +09:00

7 lines
283 B
YAML
Executable File

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