From 5e8c21c52100a9b45ce389b0db0d166db81a159c Mon Sep 17 00:00:00 2001 From: Mirco Date: Fri, 12 Apr 2024 11:25:25 +0200 Subject: [PATCH] dev-notes first steps --- infrastructure/backup/doc/backup_dev_notes.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/infrastructure/backup/doc/backup_dev_notes.md b/infrastructure/backup/doc/backup_dev_notes.md index 69e0033..cd51ce2 100644 --- a/infrastructure/backup/doc/backup_dev_notes.md +++ b/infrastructure/backup/doc/backup_dev_notes.md @@ -34,3 +34,11 @@ stateDiagram-v2 backup_ready --> new_password_added: restic-password !empty && restic-password-to-rotate !empty new_password_added --> backup_ready: restic-password !empty && restic-password-to-rotate empty ``` + +### First Steps + +1. Cloud Testserver hochfahren +2. Dort backup-restore deployment (leeres Secret mgl.?), neues Secret "rotation-credential-secret" als Daten +3. mounten von angelegtem Secret in Pod backup-restore +4. ba*bash*ka Skript in pod starten -> liest Secret ?leer +5. Micha cons. \ No newline at end of file