From 4f1046a53fcd65e36c315004478a7db4014f1c3d Mon Sep 17 00:00:00 2001 From: Brenda Nyaringita Date: Wed, 1 Nov 2023 10:56:33 +0000 Subject: [PATCH] remove extra secret.yaml bit --- doc/backup-restore/restore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/backup-restore/restore.md b/doc/backup-restore/restore.md index b863bdb739..5534d6bb30 100644 --- a/doc/backup-restore/restore.md +++ b/doc/backup-restore/restore.md @@ -71,7 +71,7 @@ To restore the rails secrets from a YAML file: 1. Create the new secret using the same name as the old, and passing in your local YAML file ```shell - kubectl create secret generic --from-file=secrets.yml=gitlab-secrets.yaml + kubectl create secret generic --from-file=gitlab-secrets.yaml ``` ### Restart the pods -- GitLab