You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As accepted in the ADR we should create and publish a "Backup and Restore" functional layer. This layer should include Velero.
Definition of done for this layer:
New packages/backup-restore folder with a zarf.yaml named core-backup-restore importing velero
Readme identifying the contents of the layer as well as any dependency layers (base in this case)
Validation task file, importing validations from components
CI filters modified to test "backup-restore" on changes to appropriate files
CI workflows modified to add a "layer test" which builds and deploys the specified layer. This should be used on the CI filter in place of the existing single package test for the relevant package(s)
Publishing workflows updated to publish the layer, using monolithic versioning (versioned identical to core itself) - this will also require release-please config updates
Existing draft PR may be helpful in the implementation here.
The text was updated successfully, but these errors were encountered:
Additional context in #736
As accepted in the ADR we should create and publish a "Backup and Restore" functional layer. This layer should include Velero.
Definition of done for this layer:
packages/backup-restore
folder with a zarf.yaml namedcore-backup-restore
importing veleroExisting draft PR may be helpful in the implementation here.
The text was updated successfully, but these errors were encountered: