Skip to content
Snippets Groups Projects
Verified Commit dd0c20c1 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

feat(earthly): Add autoupdate command

parent da61309f
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,13 @@ merge:
RUN git push
RUN git push origin --delete ${branch}
# rotate will rotate encryption keys in sops-encrypted files
rotate:
LOCALLY
RUN grep -Ril "sops:" ./**/*.yaml | xargs sops -r -i
# enable-autoupdates enables the fedora autoupdating form the system-upgrades namespace
enable-autoupdates:
LOCALLY
ARG --required node
RUN kubectl label node "${node}" upgrade.shivering-isles.com/fedora-autoupdate=true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment