Skip to content

Commit

Permalink
feat: add operator rework (#1098)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag authored Feb 2, 2024
1 parent 2bcc27e commit cb6715b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ deploy:
BUILD --pass-args +build-image --tag=$tag
END
FROM --pass-args core+vcluster-deployer-image
RUN kubectl patch Versions default -p "{\"spec\":{\"auth\": \"${tag}\"}}" --type=merge
RUN kubectl patch Versions.stack.formance.com default -p "{\"spec\":{\"auth\": \"${tag}\"}}" --type=merge

pre-commit:
WAIT
Expand Down

0 comments on commit cb6715b

Please sign in to comment.