Skip to content

Commit

Permalink
fix okteto deployment (#4431)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh authored Feb 6, 2024
1 parent e748052 commit bafef1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion okteto-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ build:
deploy:
- |
cd kustomize/overlays/okteto
kustomize edit set image kotsadm=${OKTETO_BUILD_KOTSADM_IMAGE}
kustomize edit set image kotsadm-api=${OKTETO_BUILD_KOTSADM_IMAGE}
kustomize edit set image kotsadm-web=${OKTETO_BUILD_KOTSADM_WEB_IMAGE}
kustomize edit set image migrations=${OKTETO_BUILD_KOTSADM_MIGRATIONS_IMAGE}
# kustomize edit set image kurl_proxy=${OKTETO_BUILD_KOTSADM_IMAGE}
Expand Down

0 comments on commit bafef1f

Please sign in to comment.