diff --git a/.okteto/okteto-pipeline.yml b/.okteto/okteto-pipeline.yml new file mode 100644 index 0000000..21a3fc8 --- /dev/null +++ b/.okteto/okteto-pipeline.yml @@ -0,0 +1,5 @@ +deploy: +- okteto build -t okteto.dev/python-getting-started:${OKTETO_GIT_COMMIT} +- kustomize create --resources k8s.yml +- kustomize edit set image okteto/hello-world:python=okteto.dev/python-getting-started:${OKTETO_GIT_COMMIT} +- kubectl apply -k . \ No newline at end of file